MCPcopy 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
452def is_imprecise(t: Type) -> bool:
453 return t.accept(HasAnyQuery())
454
455
456class HasAnyQuery(BoolTypeQuery):

Callers 2

typeMethod · 0.85

Calls 2

HasAnyQueryClass · 0.85
acceptMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…