|
MythTV
0.26-pre
|
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 173 of file youtube.py.
Referenced by giantbomb.giantbomb_api.OutStreamEncoder::__getattr__(), giantbomb.OutStreamEncoder::__getattr__(), youtube.OutStreamEncoder::__getattr__(), and tmdb.OutStreamEncoder::__getattr__().
Definition at line 173 of file youtube.py.
Referenced by giantbomb.giantbomb_api.OutStreamEncoder.write(), giantbomb.OutStreamEncoder.write(), youtube.OutStreamEncoder.write(), and tmdb.OutStreamEncoder.write().
1.7.6.1