import HTMLgen
class TD(Container, Tbase)
tuple attrs = ('align', 'valign', 'rowsp ...
tuple flags = ('nowrap',)
string tagname = 'TD'
# Methods inherited by TD from Tbase
def __init__(self, arg=None, **kw)
def __repr__(self)
def end_tag(self)
def start_tag(self)
# Methods inherited by TD from Container
def __add__(self, other)
def append(self, *items)
def copy(self)
def empty(self)
def last(self)
def length(self)
def prepend(self, *items)
Support self + list
default string for this markup
Append one or more items to the end of the container.
Return a full copy of the object.
Empty the contents of the container.
Return end tag for this tag type
Return the last item in the container.
Return the integer length of the container list.
Prepend one or more items to the top of the container.
Return start tag for this tag type including all attributes
Copyright © Robin Friedrich
All Rights Reserved
Comments to author: friedric@phoenix.net
Generated: Mon Dec 2 1996