| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
StringIOWrap
Stupid wrapper around StringIO because it isn't a new style class. GRR!
I'm only implementing the methods that actually make sense for StringIOs and that we actually use.
|
|||
|
__init__(self,
sio=None) x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
||
| __iter__(self) | ||
| next(self) | ||
| getvalue(self) | ||
| write(self, data) | ||
| read(self, cnt) | ||
| close(self) | ||
| seek(self, pos) | ||
| tell(self) | ||
| get_len(self) | ||
| get_closed(self) | ||
|
Inherited from |
|||
|
|||
| len | ||
| closed | ||
|
Inherited from |
|||
|
|||
|
|
|
|
|
|
|
|
|
|
|
|
|||
lenNone
|
closedNone
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Mon Nov 27 18:56:25 2006 | http://epydoc.sourceforge.net |