Previous Next blank.gif Home Page

Class Tbase - Abstract base class for the table tag markup classes.


SYNOPSIS

import HTMLgen
class Tbase
  def __init__(self, arg=None, **kw)
  def __repr__(self)
  tuple attrs = ()
  def end_tag(self)
  tuple attrs = ()
  def start_tag(self)
  string tagname = ''

DESCRIPTION

def __repr__(self)

default string for this markup

def end_tag(self)

Return end tag for this tag type

def start_tag(self)

Return start tag for this tag type including all attributes

SEE ALSO

HTMLgen


Previous Next blank.gif Home Page
Buzz.gif

Copyright © Robin Friedrich
All Rights Reserved
Comments to author: friedric@phoenix.net
Generated: Mon Dec 2 1996