class documentation
class ExplodingFile:
A file-alike which raises exceptions from its I/O methods and keeps track of whether it has been closed.
Method | __enter__ |
Undocumented |
Method | __exit__ |
Undocumented |
Method | close |
Mark the file as having been closed. |
Method | read |
No summary |
Method | write |
No summary |
Instance Variable | closed |
A bool which is False until close is called, then it is True. |