class documentation

class MemoryXmlReporter(AbstractReporter): (source)

View In Hierarchy

Internal reporter that generates XML in memory. This is used by all other XML-based reporters to avoid duplication.

Method __init__ Undocumented
Method on_file Undocumented
Method on_finish Undocumented
Constant control_fixer Undocumented
Instance Variable css_html_path Undocumented
Instance Variable files Undocumented
Instance Variable last_xml Undocumented
Instance Variable schema Undocumented
Instance Variable xslt_html_path Undocumented
Instance Variable xslt_txt_path Undocumented
Static Method _get_any_info_for_line Undocumented

Inherited from AbstractReporter:

Instance Variable output_dir Undocumented
def __init__(self, reports: Reports, output_dir: str): (source)

Undocumented

def on_file(self, tree: MypyFile, modules: dict[str, MypyFile], type_map: dict[Expression, Type], options: Options): (source)

Undocumented

def on_finish(self): (source)
control_fixer = (source)

Undocumented

Value
str.maketrans("""""".join((chr(i) for i in range(32) if i != 9)), '?'*31)
css_html_path = (source)

Undocumented

Undocumented

last_xml = (source)

Undocumented

Undocumented

xslt_html_path = (source)

Undocumented

xslt_txt_path = (source)

Undocumented

@staticmethod
def _get_any_info_for_line(visitor: stats.StatisticsVisitor, lineno: int) -> str: (source)

Undocumented