Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/python/mypy
/ stats_summary
Method
stats_summary
mypy/build.py:1368–1369 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1366
self.stats[key] = value
1367
1368
def
stats_summary(self) -> Mapping[str, object]:
1369
return
self.stats
1370
1371
def
broadcast(self, message: bytes) -> None:
1372
""
"Broadcast same message to all workers in parallel."
""
Callers
1
dump_stats
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected