class documentation
class BinaryFileOutput(FileOutput): (source)
Constructor: BinaryFileOutput(destination, destination_path, encoding, error_handler, ...)
A version of docutils.io.FileOutput which writes to a binary file.
Instance Variable | mode |
The mode argument for open() . |
Inherited from FileOutput
:
Method | __init__ |
No summary |
Method | close |
Undocumented |
Method | open |
Undocumented |
Method | write |
Encode data , write it to a single file, and return it. |
Instance Variable | autoclose |
Undocumented |
Instance Variable | destination |
The destination for output data. |
Instance Variable | destination |
A text reference to the destination. |
Instance Variable | opened |
Undocumented |
Instance Variable | _stderr |
Undocumented |
Inherited from Output
(via FileOutput
):
Method | __repr__ |
Undocumented |
Method | encode |
Undocumented |
Class Variable | component |
Undocumented |
Class Variable | default |
Undocumented |
Instance Variable | encoding |
Text encoding for the output destination. |
Instance Variable | error |
Text encoding error handler. |
Inherited from TransformSpec
(via FileOutput
, Output
):
Method | get |
Transforms required by this class. Override in subclasses. |
Class Variable | default |
Undocumented |
Class Variable | unknown |
List of functions to try to resolve unknown references. Unknown references have a 'refname' attribute which doesn't correspond to any target in the document. Called when the transforms in docutils.tranforms.references ... |