module documentation

Constructs related to type annotations.

Class AnnotationClass Base class of annotations that can be parameterized.
Class AnnotationContainer Implementation of X[...] for annotations.
Class Concatenate Concatenation of args and ParamSpec.
Class FinalAnnotation Container for a Final annotation.
Class LateAnnotation A late annotation.
Class ParamSpec Parameter of a callable type (typing.ParamSpec).
Class ParamSpecArgs ParamSpec.args.
Class ParamSpecInstance An instance of a ParamSpec type parameter.
Class ParamSpecKwargs ParamSpec.kwargs.
Class TypeParameter Parameter of a type (typing.TypeVar).
Class TypeParameterInstance An instance of a TypeVar type parameter.
Class Union A list of types.
Variable log Undocumented
Class _TypeVariable Parameter of a type.
Class _TypeVariableInstance An instance of a type parameter.

Undocumented