Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/mypy
/ is_imprecise2
Function
is_imprecise2
mypy/stats.py:464–465 ·
view source on GitHub ↗
(t: Type)
Source
from the content-addressed store, hash-verified
462
463
464
def
is_imprecise2(t: Type) -> bool:
465
return
t.accept(HasAnyQuery2())
466
467
468
class
HasAnyQuery2(HasAnyQuery):
Callers
1
type
Method · 0.85
Calls
2
HasAnyQuery2
Class · 0.85
accept
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…