ctx
¶
A simple hashmap for working with types in a contextual manner.
TypeContext
¶
Bases: dict
A key-value mapping which can map between forward references and real types.
__missing__
¶
Hook to handle missing type references.
Allows for sharing lookup results between forward references and real types.
Parameters: