Home | Trees | Indices | Help |
|
---|
|
Generic I/O utility objects.
Here is a list of the most essential classes in this module:
In addition, csb.io is also part of the CSB compatibility layer. In order to ensure cross-interpreter compatibility, always use the following csb.io objects:
See also csb.core for additional notes on compatibility.
Submodules | |
|
Classes | |
AutoFlushStream Wrapper around a buffered stream which automatically calls flush() after each write(). |
|
EntryReader Generic flatfile reader. |
|
EntryWriter A simple stream writer. |
|
InvalidCommandError Raised when Shell.run() encounters an OSError. |
|
MemoryStream In-memory stream object. |
|
ProcessError Raised on Shell.run() failures. |
|
Shell | |
ShellInfo Shell command execution info |
|
TempFile Create a temporary file and take care of deleting it upon object destruction. |
|
TempFolder Create a temporary directory which is automatically wiped when the object is closed. |
|
TimeoutError Raised on Shell.run() timeouts. |
Functions | |||
|
|||
|
Variables | |
NEWLINE =
|
|
__package__ =
|
Function Details |
Writes a python object to a file, using python cPickle Supports also '~' or '~user'.
|
Unpickle an object from filename
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Jul 4 20:19:04 2017 | http://epydoc.sourceforge.net |