MCPcopy 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
464def is_imprecise2(t: Type) -> bool:
465 return t.accept(HasAnyQuery2())
466
467
468class HasAnyQuery2(HasAnyQuery):

Callers 1

typeMethod · 0.85

Calls 2

HasAnyQuery2Class · 0.85
acceptMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…