MCPcopy Index your code
hub / github.com/python/mypy / __init__

Method __init__

mypy/report.py:771–775  ·  view source on GitHub ↗
(self, reports: Reports, output_dir: str)

Source from the content-addressed store, hash-verified

769 """
770
771 def __init__(self, reports: Reports, output_dir: str) -> None:
772 super().__init__(reports, output_dir)
773
774 self.xslt_html = etree.XSLT(etree.parse(self.memory_xml.xslt_html_path))
775 self.param_html = etree.XSLT.strparam("html")
776
777 def on_file(
778 self,

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected