Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
Callers
15
infer_rvalue_with_fallback_context
Method · 0.80
infer_context_dependent
Method · 0.80
intersect_instances
Method · 0.80
replay_lookup
Method · 0.80
get_precise_awaitable_type
Method · 0.80
has_valid_attribute
Method · 0.80
may_be_awaitable_attribute
Function · 0.80
handle_decorator_overload_call
Method · 0.80
infer_overload_return_type
Method · 0.80
visit_comparison_expr
Method · 0.80
lookup_operator
Method · 0.80
check_op_reversible
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected