Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/python/mypy
/ is_imprecise
Function
is_imprecise
mypy/stats.py:452–453 ·
view source on GitHub ↗
(t: Type)
Source
from the content-addressed store, hash-verified
450
451
452
def
is_imprecise(t: Type) -> bool:
453
return
t.accept(HasAnyQuery())
454
455
456
class
HasAnyQuery(BoolTypeQuery):
Callers
2
record_callable_target_precision
Method · 0.85
type
Method · 0.85
Calls
2
HasAnyQuery
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…