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