MCPcopy Index your code
hub / github.com/python/mypy / has_new_errors

Method has_new_errors

mypy/errors.py:266–267  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

264 return should_filter
265
266 def has_new_errors(self) -> bool:
267 return self._has_new_errors
268
269 def filtered_errors(self) -> list[ErrorInfo]:
270 assert self._filtered is not None

Calls

no outgoing calls

Tested by

no test coverage detected