|
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 33 of file giantbomb_api.py.
| def giantbomb.giantbomb_api.OutStreamEncoder.__init__ | ( | self, | |
| outstream, | |||
encoding = None |
|||
| ) |
Definition at line 35 of file giantbomb_api.py.
| def giantbomb.giantbomb_api.OutStreamEncoder.write | ( | self, | |
| obj | |||
| ) |
Wraps the output stream, encoding Unicode strings with the specified encoding
Definition at line 42 of file giantbomb_api.py.
| def giantbomb.giantbomb_api.OutStreamEncoder.__getattr__ | ( | self, | |
| attr | |||
| ) |
Delegate everything but write to the stream
Definition at line 55 of file giantbomb_api.py.
Definition at line 35 of file giantbomb_api.py.
Referenced by giantbomb.giantbomb_api.OutStreamEncoder::__getattr__(), and giantbomb.OutStreamEncoder::__getattr__().
Definition at line 35 of file giantbomb_api.py.
Referenced by giantbomb.giantbomb_api.OutStreamEncoder.write(), and giantbomb.OutStreamEncoder.write().
1.7.6.1