Public Member Functions | |
| def | __init__ |
| def | write |
| def | __getattr__ |
Public Attributes | |
| out | |
| encoding | |
Wraps a stream with an encoder
Definition at line 39 of file skyAtNight_api.py.
| def nv_python_libs::xsltfunctions::skyAtNight_api::OutStreamEncoder::__init__ | ( | self, | ||
| outstream, | ||||
encoding = None | ||||
| ) |
Definition at line 41 of file skyAtNight_api.py.
| def nv_python_libs::xsltfunctions::skyAtNight_api::OutStreamEncoder::write | ( | self, | ||
| obj | ||||
| ) |
Wraps the output stream, encoding Unicode strings with the specified encoding
Definition at line 48 of file skyAtNight_api.py.
| def nv_python_libs::xsltfunctions::skyAtNight_api::OutStreamEncoder::__getattr__ | ( | self, | ||
| attr | ||||
| ) |
Delegate everything but write to the stream
Definition at line 61 of file skyAtNight_api.py.
Definition at line 42 of file skyAtNight_api.py.
Definition at line 44 of file skyAtNight_api.py.
1.6.3