class XsltHtmlReporter(AbstractXmlReporter): (source)
Public reporter that exports HTML via XSLT.
This is slightly different than running xsltproc on the .xml files,
because it passes a parameter to rewrite the links.
| Method | __init__ |
Undocumented |
| Method | on_file |
Undocumented |
| Method | on_finish |
Undocumented |
| Instance Variable | param_html |
Undocumented |
| Instance Variable | xslt_html |
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_fileUndocumented
| Parameters | |
tree:MypyFile | Undocumented |
modules:Dict[ | Undocumented |
type_map:Dict[ | Undocumented |
options:Options | Undocumented |