Public Member Functions | |
| def | __init__ |
| def | write |
| def | __getattr__ |
Public Attributes | |
| out | |
| encoding | |
Wraps a stream with an encoder
Definition at line 79 of file tedtalks.py.
| def tedtalks::OutStreamEncoder::__init__ | ( | self, | ||
| outstream, | ||||
encoding = None | ||||
| ) |
Definition at line 81 of file tedtalks.py.
| def tedtalks::OutStreamEncoder::write | ( | self, | ||
| obj | ||||
| ) |
Wraps the output stream, encoding Unicode strings with the specified encoding
Definition at line 88 of file tedtalks.py.
| def tedtalks::OutStreamEncoder::__getattr__ | ( | self, | ||
| attr | ||||
| ) |
Delegate everything but write to the stream
Definition at line 101 of file tedtalks.py.
Definition at line 82 of file tedtalks.py.
Definition at line 84 of file tedtalks.py.
1.6.3