Home | Trees | Indices | Help |
|
---|
|
object --+ | list --+ | Text --+ | MutableText
MutableText is a representation of Text suitable for being displayed to the user, with additional interesting annotated information. It is presented as an array of TextLines. Each TextLine except the last must be terminated with a newline.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
|
|
|||
Inherited from |
|
|||
Inherited from |
|
x[i:j]=y Use of negative indices is not supported.
|
x[i]=y
|
append object to end
|
extend list by appending elements from the iterable
|
insert object before index
|
Append a new region to the MutableText, initializing it with the provided content. It is added to the final TextLine or a new TextLine is created as needed. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Dec 14 22:46:37 2010 | http://epydoc.sourceforge.net |