class documentation
class NullOutput(Output): (source)
Constructor: NullOutput(destination, destination_path, encoding, error_handler)
Degenerate output: write nothing.
Method | write |
Do nothing ([don't even] send data to the bit bucket). |
Class Variable | default |
Undocumented |
Inherited from Output
:
Method | __init__ |
Undocumented |
Method | __repr__ |
Undocumented |
Method | encode |
Undocumented |
Class Variable | component |
Undocumented |
Instance Variable | destination |
The destination for output data. |
Instance Variable | destination |
A text reference to the destination. |
Instance Variable | encoding |
Text encoding for the output destination. |
Instance Variable | error |
Text encoding error handler. |
Inherited from TransformSpec
(via 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 ... |