class NullOutput(Output):
Method | write |
Do nothing ([don't even] send data to the bit bucket). |
Class Variable | default_destination_path |
Undocumented |
Inherited from Output
:
Method | __init__ |
Undocumented |
Method | __repr__ |
Undocumented |
Method | encode |
Undocumented |
Class Variable | component_type |
Undocumented |
Instance Variable | destination |
The destination for output data. |
Instance Variable | destination_path |
A text reference to the destination. |
Instance Variable | encoding |
Text encoding for the output destination. |
Instance Variable | error_handler |
Text encoding error handler. |
Inherited from TransformSpec
(via Output
):
Method | get_transforms |
Transforms required by this class. Override in subclasses. |
Class Variable | default_transforms |
Undocumented |
Class Variable | unknown_reference_resolvers |
No summary |
docutils.io.Output.write