class documentation

class Node(Context): (source)

Known subclasses: mypy.nodes.Argument, mypy.nodes.Expression, mypy.nodes.FuncBase, mypy.nodes.Statement, mypy.nodes.SymbolNode

View In Hierarchy

Common base class for all non-type parse tree nodes.
Method __str__ Undocumented
Method accept Undocumented
Class Variable __slots__ Undocumented

Inherited from Context:

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
def __str__(self): (source)

Undocumented

Returns
strUndocumented