class FakeExpression(Expression): (source)
A dummy expression.
We need a dummy expression in one place, and can't instantiate Expression because it is a trait and mypyc barfs.
Class Variable | __slots__ |
Undocumented |
Inherited from Expression
:
Method | accept |
Undocumented |
Inherited from Node
(via Expression
):
Method | __str__ |
Undocumented |
Inherited from Context
(via Expression
, 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 |