MythTV
master
|
Public Member Functions | |
def | __init__ (self, outstream, encoding=None) |
def | write (self, obj) |
def | __getattr__ (self, attr) |
Public Attributes | |
out | |
encoding | |
Wraps a stream with an encoder
Definition at line 154 of file giantbomb.py.
def giantbomb.OutStreamEncoder.__init__ | ( | self, | |
outstream, | |||
encoding = None |
|||
) |
Definition at line 157 of file giantbomb.py.
def giantbomb.OutStreamEncoder.write | ( | self, | |
obj | |||
) |
Wraps the output stream, encoding Unicode strings with the specified encoding
Definition at line 164 of file giantbomb.py.
def giantbomb.OutStreamEncoder.__getattr__ | ( | self, | |
attr | |||
) |
Delegate everything but write to the stream
Definition at line 173 of file giantbomb.py.
giantbomb.OutStreamEncoder.out |
Definition at line 158 of file giantbomb.py.
Referenced by giantbomb.OutStreamEncoder.__getattr__(), and giantbomb.OutStreamEncoder.write().
giantbomb.OutStreamEncoder.encoding |
Definition at line 160 of file giantbomb.py.
Referenced by giantbomb.OutStreamEncoder.write().