Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/python/mypy
/ new_messages
Method
new_messages
mypyc/errors.py:27–28 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
25
self.num_warnings += 1
26
27
def
new_messages(self) -> list[str]:
28
return
self._errors.new_messages()
29
30
def
flush_errors(self) -> None:
31
for
error in self.new_messages():
Callers
4
flush_errors
Method · 0.95
generate_c
Function · 0.95
build_ir_for_single_file2
Function · 0.95
test_compile_modules_to_ir_orders_scc_members_deterministically
Method · 0.95
Calls
no outgoing calls
Tested by
2
build_ir_for_single_file2
Function · 0.76
test_compile_modules_to_ir_orders_scc_members_deterministically
Method · 0.76