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

Method __init__

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

Source from the content-addressed store, hash-verified

414 """
415
416 def __init__(self, reports: Reports, output_dir: str) -> None:
417 super().__init__(reports, output_dir)
418 self.lines_covered: dict[str, list[int]] = {}
419
420 def on_file(
421 self,

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected