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