class documentation

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
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)
param_html = (source)

Undocumented

xslt_html = (source)

Undocumented