class documentation

Base class for TypeVarExpr, ParamSpecExpr and TypeVarTupleExpr. Note that they are constructed by the semantic analyzer.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable upper_bound Undocumented
Instance Variable variance Undocumented
Property fullname Undocumented
Property name Undocumented
Instance Variable _fullname Undocumented
Instance Variable _name Undocumented

Inherited from SymbolNode:

Class Method deserialize Undocumented
Method serialize Undocumented

Inherited from Expression (via SymbolNode):

Method accept Undocumented

Inherited from Node (via SymbolNode, Expression):

Method __str__ Undocumented

Inherited from Context (via SymbolNode, Expression, Node):

Method set_line If target is a node, pull line (and column) information into this node. If column is specified, this will override any column information coming from a node.
Instance Variable column Undocumented
Instance Variable end_column Undocumented
Instance Variable end_line Undocumented
Instance Variable line Undocumented
def __init__(self, name: str, fullname: str, upper_bound: mypy.types.Type, variance: int = INVARIANT): (source)
upper_bound = (source)

Undocumented

variance = (source)

Undocumented

_fullname = (source)

Undocumented

Undocumented