import HTMLgen
class NonBulletList(List) tuple attrs = () tuple attrs = () def render_list_item(self, item) string tagname = 'UL' # Methods inherited by NonBulletList from List def __init__(self, list = None, **kw) def __repr__(self) def append(self, *items) def end_element(self) def start_element(self) def sub_list(self, list) # Methods inherited by NonBulletList from UserList def __add__(self, list) def __cmp__(self, list) def __delitem__(self, i) def __delslice__(self, i, j) def __getitem__(self, i) def __getslice__(self, i, j) def __len__(self) def __mul__(self, n) def __mul__(self, n) def __radd__(self, list) def __setitem__(self, i, item) def __setslice__(self, i, j, list) def count(self, item) def index(self, item) def insert(self, i, item) def remove(self, item) def reverse(self) def sort(self, *args)
Arg is a list of python objects:
Append entries to the end of the list
Closes the HTML element
Overload method to take first item from an item tuple and setting it next to the second item, using BR to separate list items.
Generic creator for the HTML element opening tag.
Reads tagname, attrs and flags to return appropriate tag.
Recursive method for generating a subordinate list
Copyright © Robin Friedrich
All Rights Reserved
Comments to author: friedric@phoenix.net
Generated: Mon Dec 2 1996