class ParamSpecExpr(TypeVarLikeExpr): (source)
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 |
mypy.nodes.SymbolNode.deserialize
Undocumented
Parameters | |
data:JsonDict | Undocumented |
Returns | |
ParamSpecExpr | Undocumented |
mypy.nodes.Node.accept
Undocumented
Parameters | |
visitor:ExpressionVisitor[ | Undocumented |
Returns | |
T | Undocumented |