class documentation

class ArgumentInferContext(NamedTuple): (source)

View In Hierarchy

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. https://github.com/python/mypy/issues/11144

Class Variable iterable_type Undocumented
Class Variable mapping_type Undocumented
iterable_type: Instance = (source)

Undocumented

mapping_type: Instance = (source)

Undocumented