class documentation

Internal representation of type variables.

Class Method from_call Construct a _TypeVar from an ast.Call node.
Class Variable bound Undocumented
Class Variable constraints Undocumented
Class Variable name Undocumented
@classmethod
def from_call(cls, node: ast3.Call): (source)

Construct a _TypeVar from an ast.Call node.

Undocumented

constraints: List[Any] = (source)

Undocumented

Undocumented