import HTMLgen
class Container def __add__(self, other) def __init__(self, *args, **kw) def __repr__(self) def append(self, *items) def copy(self) def empty(self) def last(self) def length(self) def prepend(self, *items)
Generic base class providing methods associated with managing an object with a content list. Used by the TableLite class and friends.
Support self + list
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 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.
Copyright © Robin Friedrich
All Rights Reserved
Comments to author: friedric@phoenix.net
Generated: Mon Dec 2 1996