Public Member Functions | |
| def | __init__ |
| def | write |
| def | __getattr__ |
Public Attributes | |
| out | |
| encoding | |
Wraps a stream with an encoder
Definition at line 171 of file youtube.py.
| def youtube::OutStreamEncoder::__init__ | ( | self, | ||
| outstream, | ||||
encoding = None | ||||
| ) |
Definition at line 173 of file youtube.py.
| def youtube::OutStreamEncoder::write | ( | self, | ||
| obj | ||||
| ) |
Wraps the output stream, encoding Unicode strings with the specified encoding
Definition at line 180 of file youtube.py.
| def youtube::OutStreamEncoder::__getattr__ | ( | self, | ||
| attr | ||||
| ) |
Delegate everything but write to the stream
Definition at line 193 of file youtube.py.
Definition at line 174 of file youtube.py.
Definition at line 176 of file youtube.py.
1.6.3