|
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 80 of file technology.py.
| def technology.OutStreamEncoder.__init__ | ( | self, | |
| outstream, | |||
encoding = None |
|||
| ) |
Definition at line 82 of file technology.py.
| def technology.OutStreamEncoder.write | ( | self, | |
| obj | |||
| ) |
Wraps the output stream, encoding Unicode strings with the specified encoding
Definition at line 89 of file technology.py.
| def technology.OutStreamEncoder.__getattr__ | ( | self, | |
| attr | |||
| ) |
Delegate everything but write to the stream
Definition at line 102 of file technology.py.
Definition at line 82 of file technology.py.
Referenced by giantbomb.giantbomb_api.OutStreamEncoder::__getattr__(), trailers.OutStreamEncoder::__getattr__(), tedtalks.OutStreamEncoder::__getattr__(), technology.OutStreamEncoder::__getattr__(), thewb.OutStreamEncoder::__getattr__(), giantbomb.OutStreamEncoder::__getattr__(), vimeo.OutStreamEncoder::__getattr__(), youtube.OutStreamEncoder::__getattr__(), and tmdb.OutStreamEncoder::__getattr__().
Definition at line 82 of file technology.py.
Referenced by giantbomb.giantbomb_api.OutStreamEncoder.write(), trailers.OutStreamEncoder.write(), tedtalks.OutStreamEncoder.write(), technology.OutStreamEncoder.write(), thewb.OutStreamEncoder.write(), giantbomb.OutStreamEncoder.write(), youtube.OutStreamEncoder.write(), vimeo.OutStreamEncoder.write(), and tmdb.OutStreamEncoder.write().
1.7.6.1