MCPcopy 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_stepMethod · 0.95
find_stale_sccsFunction · 0.80
process_graphFunction · 0.80
process_stale_sccFunction · 0.80

Calls 2

new_messagesMethod · 0.95
printFunction · 0.85

Tested by 1

run_case_stepMethod · 0.76