class SymbolNode(Node): (source)
Known subclasses: mypy.nodes.Decorator, mypy.nodes.FuncDef, mypy.nodes.ImportedName, mypy.nodes.MypyFile, mypy.nodes.OverloadedFuncDef, mypy.nodes.PlaceholderNode, mypy.nodes.TypeAlias, mypy.nodes.TypeInfo, mypy.nodes.TypeVarLikeExpr, mypy.nodes.Var
| Class Method | deserialize |
Undocumented |
| Method | serialize |
Undocumented |
| Class Variable | __slots__ |
Undocumented |
| Property | fullname |
Undocumented |
| Property | name |
Undocumented |
Inherited from Node:
| Method | __str__ |
Undocumented |
| Method | accept |
Undocumented |
Inherited from Context (via Node):
| Method | __init__ |
Undocumented |
| 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.Decorator, mypy.nodes.FuncDef, mypy.nodes.ImportedName, mypy.nodes.MypyFile, mypy.nodes.OverloadedFuncDef, mypy.nodes.ParamSpecExpr, mypy.nodes.TypeAlias, mypy.nodes.TypeInfo, mypy.nodes.TypeVarExpr, mypy.nodes.VarUndocumented
| Parameters | |
data:JsonDict | Undocumented |
| Returns | |
SymbolNode | Undocumented |
mypy.nodes.Decorator, mypy.nodes.FuncDef, mypy.nodes.ImportedName, mypy.nodes.MypyFile, mypy.nodes.OverloadedFuncDef, mypy.nodes.ParamSpecExpr, mypy.nodes.PlaceholderNode, mypy.nodes.TypeAlias, mypy.nodes.TypeInfo, mypy.nodes.TypeVarExpr, mypy.nodes.VarUndocumented
| Returns | |
JsonDict | Undocumented |