class XsltTxtReporter(AbstractXmlReporter): (source)
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 |
mypy.report.AbstractXmlReporter.__init__
Undocumented
Parameters | |
reports:Reports | Undocumented |
output_dir:str | Undocumented |
mypy.report.AbstractReporter.on_file
Undocumented
Parameters | |
tree:MypyFile | Undocumented |
modules:Dict[ | Undocumented |
type_map:Dict[ | Undocumented |
options:Options | Undocumented |