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

Method on_finish

mypy/report.py:248–250  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

246 self.counts[tree.fullname] = (num_any, num_total)
247
248 def on_finish(self) -> None:
249 self._report_any_exprs()
250 self._report_types_of_anys()
251
252 def _write_out_report(
253 self, filename: str, header: list[str], rows: list[list[str]], footer: list[str]

Callers

nothing calls this directly

Calls 2

_report_any_exprsMethod · 0.95
_report_types_of_anysMethod · 0.95

Tested by

no test coverage detected