Public Member Functions | |
| def | __init__ |
| def | write |
| def | __getattr__ |
Public Attributes | |
| out | |
| encoding | |
Wraps a stream with an encoder
Definition at line 78 of file trailers.py.
| def trailers::OutStreamEncoder::__init__ | ( | self, | ||
| outstream, | ||||
encoding = None | ||||
| ) |
Definition at line 80 of file trailers.py.
| def trailers::OutStreamEncoder::write | ( | self, | ||
| obj | ||||
| ) |
Wraps the output stream, encoding Unicode strings with the specified encoding
Definition at line 87 of file trailers.py.
| def trailers::OutStreamEncoder::__getattr__ | ( | self, | ||
| attr | ||||
| ) |
Delegate everything but write to the stream
Definition at line 100 of file trailers.py.
Definition at line 81 of file trailers.py.
Definition at line 83 of file trailers.py.
1.6.3