class ArgumentInferContext(NamedTuple): (source)
Type argument inference context.
We need this because we pass around Mapping and Iterable types. These types are only known by TypeChecker itself. It is required for * and ** argument inference.
Class Variable | iterable_type |
Undocumented |
Class Variable | mapping_type |
Undocumented |