Public Member Functions | |
| def | __init__ |
| def | write |
| def | __getattr__ |
Public Attributes | |
| out | |
| encoding | |
Static Public Attributes | |
| tuple | mythdb = MythDB() |
| tuple | filename = os.path.expanduser("~") |
Wraps a stream with an encoder
Definition at line 39 of file mnvsearch_api.py.
| def nv_python_libs::mnvsearch::mnvsearch_api::OutStreamEncoder::__init__ | ( | self, | ||
| outstream, | ||||
encoding = None | ||||
| ) |
Definition at line 41 of file mnvsearch_api.py.
| def nv_python_libs::mnvsearch::mnvsearch_api::OutStreamEncoder::write | ( | self, | ||
| obj | ||||
| ) |
Wraps the output stream, encoding Unicode strings with the specified encoding
Definition at line 48 of file mnvsearch_api.py.
| def nv_python_libs::mnvsearch::mnvsearch_api::OutStreamEncoder::__getattr__ | ( | self, | ||
| attr | ||||
| ) |
Delegate everything but write to the stream
Definition at line 61 of file mnvsearch_api.py.
tuple nv_python_libs::mnvsearch::mnvsearch_api::OutStreamEncoder::mythdb = MythDB() [static] |
Definition at line 77 of file mnvsearch_api.py.
tuple nv_python_libs::mnvsearch::mnvsearch_api::OutStreamEncoder::filename = os.path.expanduser("~") [static] |
Definition at line 80 of file mnvsearch_api.py.
Definition at line 42 of file mnvsearch_api.py.
Definition at line 44 of file mnvsearch_api.py.
1.6.3