class documentation

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: Reports, output_dir: str): (source)
def on_file(self, tree: MypyFile, modules: dict[str, MypyFile], type_map: dict[Expression, Type], options: Options): (source)

Undocumented

def on_finish(self): (source)
xslt_txt = (source)

Undocumented