Trees | Indices | Toggle frames |
---|
ListBuilder --+ | OrderedListBuilder
__init__(self,
start,
format)
Create an ordered list with sequentially numbered mark text.
|
|
str |
get_mark(self,
value)
Get the mark text for the next list item.
|
begin(self,
decoder,
style)
Begin a list.
(Inherited from pyglet.text.formats.structured.ListBuilder)
|
|
item(self,
decoder,
style,
value=None)
Begin a list item.
(Inherited from pyglet.text.formats.structured.ListBuilder)
|
format_re = re.compile(r'
|
Create an ordered list with sequentially numbered mark text.
The format is composed of an optional prefix text, a numbering scheme character followed by suffix text. Valid numbering schemes are:
Prefix text may typically be ( or [ and suffix text is typically ., ) or empty, but either can be any string.
Trees | Indices | Toggle frames |
---|
Generated by Epydoc 3.0beta1 on Thu Dec 31 17:58:19 2009 | http://epydoc.sourceforge.net |