class documentation

class XsltTxtReporter(AbstractXmlReporter): (source)

View In Hierarchy

Public reporter that exports TXT via XSLT.

Currently this only does the summary, not the individual reports.

Method __init__ Undocumented
Method on​_file Undocumented
Method on​_finish Undocumented
Instance Variable xslt​_txt Undocumented

Inherited from AbstractXmlReporter:

Instance Variable memory​_xml Undocumented

Inherited from AbstractReporter (via AbstractXmlReporter):

Instance Variable output​_dir Undocumented
def __init__(self, reports, output_dir): (source)

Undocumented

Parameters
reports:ReportsUndocumented
output​_dir:strUndocumented
def on_file(self, tree, modules, type_map, options): (source)

Undocumented

Parameters
tree:MypyFileUndocumented
modules:Dict[str, MypyFile]Undocumented
type​_map:Dict[Expression, Type]Undocumented
options:OptionsUndocumented
def on_finish(self): (source)
xslt_txt = (source)

Undocumented