class documentation

class HelpOutputDirective(Directive):

View In Hierarchy

Directive that will generate the pydoctor help as block literal.

It takes no options or input value.

Method run Called by docutils each time the directive is found.
Class Variable has​_content Undocumented
def run(self):
Called by docutils each time the directive is found.
Returns
List[nodes.Node]Undocumented
has_content: bool =

Undocumented