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

Method finish

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

Source from the content-addressed store, hash-verified

96 reporter.on_file(tree, modules, type_map, options)
97
98 def finish(self) -> None:
99 for reporter in self.reporters:
100 reporter.on_finish()
101
102
103class AbstractReporter(metaclass=ABCMeta):

Callers 1

build_innerFunction · 0.95

Calls 1

on_finishMethod · 0.45

Tested by

no test coverage detected