class documentation

class _DocumentPseudoWriter(Writer): (source)

View In Hierarchy

A pseudo-writer for the docutils framework, that can be used to access the document itself. The output of _DocumentPseudoWriter is just an empty string; but after it has been used, the most recently processed document is available as the instance variable document.

Method translate Undocumented
Class Variable document The most recently processed document.
Instance Variable output Undocumented
def translate(self): (source)

Undocumented

The most recently processed document.

Undocumented