| Home | Trees | Index | Help |
|---|
| Package twisted :: Package test :: Module test_tendril :: Class StringIOWithoutClosing |
|
StringIO --+
|
StringIOWithoutClosing
| Method Summary | |
|---|---|
(inherited from StringIO)
| |
(inherited from StringIO)
| |
Free the memory buffer. | |
(inherited from StringIO)
| |
getAll(self)
| |
Retrieve the entire contents of the "file" at any time before the StringIO object's close() method is called. | |
(inherited from StringIO)
| |
(inherited from StringIO)
| |
(inherited from StringIO)
| |
(inherited from StringIO)
| |
resetCounter(self)
| |
(inherited from StringIO)
| |
(inherited from StringIO)
| |
(inherited from StringIO)
| |
(inherited from StringIO)
| |
(inherited from StringIO)
| |
| Class Variable Summary | |
|---|---|
int |
zeroAt
|
| Method Details |
|---|
close(self)Free the memory buffer.
|
getvalue(self)Retrieve the entire contents of the "file" at any time before the StringIO object's close() method is called. The StringIO object can accept either Unicode or 8-bit strings, but mixing the two may take some care. If both are used, 8-bit strings that cannot be interpreted as 7-bit ASCII (that use the 8th bit) will cause a UnicodeError to be raised when getvalue() is called.
|
| Class Variable Details |
|---|
zeroAt
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:26:19 2003 | http://epydoc.sf.net |