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

Class CurrentType

mypy/binder.py:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43
44
45class CurrentType:
46 def __init__(self, type: Type, from_assignment: bool) -> None:
47 self.type: Final = type
48 self.from_assignment: Final = from_assignment
49
50
51class Frame:

Callers 1

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