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

Method filtered_errors

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

Source from the content-addressed store, hash-verified

267 return self._has_new_errors
268
269 def filtered_errors(self) -> list[ErrorInfo]:
270 assert self._filtered is not None
271 return self._filtered
272
273
274class NonOverlapErrorInfo:

Callers 7

check_callable_callMethod · 0.80
visit_comparison_exprMethod · 0.80
check_op_reversibleMethod · 0.80
check_opMethod · 0.80
accept_maybe_cacheMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected