Home | Trees | Index | Help |
|
---|
Package docutils :: Module statemachine :: Class StringList |
|
ViewList
--+
|
StringList
ViewList
with string-specific methods.Method Summary | |
---|---|
Extract and return a StringList of indented lines of text. | |
Return a contiguous block of text. | |
Strip length characters off the beginning of each item, in-place,
from index start to end . | |
Inherited from ViewList | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
Break link between this list and parent list. | |
| |
| |
Return source & offset for index i . | |
| |
Return offset for index i . | |
| |
| |
| |
| |
Return source for index i . | |
Remove items from the end of the list, without touching the parent. | |
Remove items from the start of the list, without touching the parent. |
Method Details |
---|
get_indented(self, start=0, until_blank=0, strip_indent=1, block_indent=None, first_indent=None)Extract and return a StringList of indented lines of text. Collect all lines with indentation, determine the minimum indentation,
remove the minimum indentation from all indented lines (unless
|
get_text_block(self, start, flush_left=0)Return a contiguous block of text. If |
strip_indent(self, length, start=0, end=2147483647)Striplength characters off the beginning of each item, in-place,
from index start to end . No whitespace-checking is done on the
stripped text. Does not affect slice parent. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Tue Jul 22 05:31:44 2003 | http://epydoc.sf.net |