Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/python/mypy
/ flush_errors
Method
flush_errors
mypyc/errors.py:30–32 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
28
return
self._errors.new_messages()
29
30
def
flush_errors(self) -> None:
31
for
error in self.new_messages():
32
print(error)
Callers
4
run_case_step
Method · 0.95
find_stale_sccs
Function · 0.80
process_graph
Function · 0.80
process_stale_scc
Function · 0.80
Calls
2
new_messages
Method · 0.95
print
Function · 0.85
Tested by
1
run_case_step
Method · 0.76