Home | Trees | Indices | Help |
|
---|
|
object --+ | list --+ | Text
Abstract class representing some text as a list of strings.
Provides some functionality and shortcuts in addition to usual list accessors. Each entry in the list is either a string, an array of characters, or a TextLine object - (also an array of characters).
Uses the concept of coordinates to identify locations in the text as pairs of integers, the first being the vertical coordinate specifying a line in the text, the second being the horizontal coordinate specifying the position on the line. Negative coordinates can describe vectors between positions.
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
|
str(x)
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Dec 14 22:46:37 2010 | http://epydoc.sourceforge.net |