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

Class DeferredNode

mypy/checker.py:324–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322# but not lambda expressions. Nested functions can't be deferred -- only top-level functions
323# and methods of classes not defined within a function can be deferred.
324class DeferredNode(NamedTuple):
325 node: DeferredNodeType
326 # And its TypeInfo (for semantic analysis self type handling)
327 active_typeinfo: TypeInfo | None
328
329
330# Same as above, but for fine-grained mode targets. Only top-level functions/methods

Callers 2

defer_nodeMethod · 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…