class documentation

class AbstractXmlReporter(AbstractReporter): (source)

Known subclasses: mypy.report.XmlReporter, mypy.report.XsltHtmlReporter, mypy.report.XsltTxtReporter

View In Hierarchy

Internal abstract class for reporters that work via XML.
Method __init__ Undocumented
Instance Variable memory​_xml Undocumented

Inherited from AbstractReporter:

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

Undocumented

Parameters
reports:ReportsUndocumented
output​_dir:strUndocumented
memory_xml = (source)

Undocumented