MCPcopy 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():

Calls

no outgoing calls