Previous Next blank.gif blank.gif

Class Name - Generate a named anchor.


SYNOPSIS

import HTMLgen
class Name(Href)
  string __module__ = 'HTMLgen'
  def __str__(self)

  # Methods inherited by Name from Href
  def __init__(self, url='', text='', **kw)
  def append(self, content)
alias NAME = Name

DESCRIPTION

Arg url is a string or URL object, Arg text is optional string or object to be highlighted as the anchor.

SEE ALSO

HTMLgen

Href


Previous Next blank.gif blank.gif
Buzz.gif

Copyright © Robin Friedrich
All Rights Reserved
Comments to author: friedrich@pythonpros.com
Generated: Tue Apr 20, 1999