Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
274
class
NonOverlapErrorInfo:
Callers
7
infer_rvalue_with_fallback_context
Method · 0.80
infer_context_dependent
Method · 0.80
check_callable_call
Method · 0.80
visit_comparison_expr
Method · 0.80
check_op_reversible
Method · 0.80
check_op
Method · 0.80
accept_maybe_cache
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected