class documentation

class AbstractReporter: (source)

Known subclasses: mypy.report.AbstractXmlReporter, mypy.report.AnyExpressionsReporter, mypy.report.CoberturaXmlReporter, mypy.report.LineCountReporter, mypy.report.LineCoverageReporter, mypy.report.LinePrecisionReporter, mypy.report.MemoryXmlReporter

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method on​_file Undocumented
Method on​_finish Undocumented
Instance Variable output​_dir Undocumented
@abstractmethod
def on_file(self, tree, modules, type_map, options): (source)
output_dir = (source)

Undocumented