class documentation

class ParamSpecExpr(TypeVarLikeExpr): (source)

View In Hierarchy

Undocumented

Class Method deserialize Undocumented
Method accept Undocumented
Method serialize Undocumented
Class Variable __slots__ Undocumented

Inherited from TypeVarLikeExpr:

Method __init__ 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 Node (via TypeVarLikeExpr, SymbolNode):

Method __str__ Undocumented

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

Method get​_column Don't use. Use x.column.
Method get​_line Don't use. Use x.line.
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​_line Undocumented
Instance Variable line Undocumented

Inherited from Node (via TypeVarLikeExpr, Expression):

Method __str__ Undocumented

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

Method get​_column Don't use. Use x.column.
Method get​_line Don't use. Use x.line.
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​_line Undocumented
Instance Variable line Undocumented
@classmethod
def deserialize(cls, data): (source)

Undocumented

Parameters
data:JsonDictUndocumented
Returns
ParamSpecExprUndocumented
def accept(self, visitor): (source)

Undocumented

Parameters
visitor:ExpressionVisitor[T]Undocumented
Returns
TUndocumented
def serialize(self): (source)

Undocumented

Returns
JsonDictUndocumented
__slots__: tuple = (source)

Undocumented