Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
103
class
AbstractReporter(metaclass=ABCMeta):
Callers
1
build_inner
Function · 0.95
Calls
1
on_finish
Method · 0.45
Tested by
no test coverage detected