| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
SourcedStringStream
Wrapper for a read-only stream that causes read() (and
related methods) to return sourced strings. seek() and tell() are supported, but (currently) there are some
restrictions on the values that may be passed to seek().
|
|||
| SourcedStringStreamPos | |||
|
|||
|
|||
|
|||
|
|||
list of unicode
|
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
stream The underlying stream. |
|||
|
docid The docid attribute for sourced strings |
|||
|
charpos The current character (not byte) position |
|||
|
|||
|
closed True if the underlying stream is closed. |
|||
|
name The name of the underlying stream. |
|||
|
mode The mode of the underlying stream. |
|||
|
|||
|
Read this file's contents, decode them using this reader's encoding, and return it as a list of unicode lines.
|
|
|||
closedTrue if the underlying stream is closed. |
nameThe name of the underlying stream. |
modeThe mode of the underlying stream. |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Apr 11 14:39:51 2011 | http://epydoc.sourceforge.net |