MCPcopy Index your code
hub / github.com/python/mypy / HasAnyQuery2

Class HasAnyQuery2

mypy/stats.py:468–472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

466
467
468class HasAnyQuery2(HasAnyQuery):
469 def visit_callable_type(self, t: CallableType) -> bool:
470 # We don't want to flag references to functions with some Any
471 # argument types (etc.) since they generally don't mean trouble.
472 return False
473
474
475def is_generic(t: Type) -> bool:

Callers 1

is_imprecise2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…