twisted.test.test_paths.ExplodingFile class documentationtwisted.test.test_paths
(View In Hierarchy)
A file-alike which raises exceptions from its I/O methods
and keeps track of whether it has been closed.
| Instance Variable | closed | A bool which is False until close is
called, then it is True. |
| Method | read | |
| Method | write | |
| Method | close | Mark the file as having been closed. |
| Method | __enter__ | Undocumented |
| Method | __exit__ | Undocumented |