MCPcopy Create free account
hub / github.com/python/mypy / FineGrainedDeferredNode

Class FineGrainedDeferredNode

mypy/checker.py:332–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330# Same as above, but for fine-grained mode targets. Only top-level functions/methods
331# and module top levels are allowed as such.
332class FineGrainedDeferredNode(NamedTuple):
333 node: FineGrainedDeferredNodeType
334 active_typeinfo: TypeInfo | None
335
336
337# Data structure returned by find_isinstance_check representing

Callers 2

lookup_targetFunction · 0.90
_lookup_target_implFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…