tmdb::OutStreamEncoder Class Reference
List of all members.
Detailed Description
Wraps a stream with an encoder
Definition at line 196 of file tmdb.py.
Member Function Documentation
| def tmdb::OutStreamEncoder::__init__ |
( |
|
self, |
|
|
|
outstream, |
|
|
|
encoding = None | |
|
) |
| | |
| def tmdb::OutStreamEncoder::write |
( |
|
self, |
|
|
|
obj | |
|
) |
| | |
Wraps the output stream, encoding Unicode strings with the specified encoding
Definition at line 206 of file tmdb.py.
| def tmdb::OutStreamEncoder::__getattr__ |
( |
|
self, |
|
|
|
attr | |
|
) |
| | |
Delegate everything but write to the stream
Definition at line 213 of file tmdb.py.
Member Data Documentation
The documentation for this class was generated from the following file: