Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Public Member Functions | |
def | __init__ |
def | tokeneater |
Data Fields | |
indent | |
started | |
last | |
Provide a tokeneater() method to detect the end of a code block.
Definition at line 475 of file inspect.py.
def tokeneater | ( | self, | |
type, | |||
token, | |||
srow, | |||
scol, | |||
erow, | |||
ecol, | |||
line | |||
) |
Definition at line 482 of file inspect.py.
References BlockFinder.indent, BlockFinder.last, and BlockFinder.started.
indent |
Definition at line 478 of file inspect.py.
last |
Definition at line 480 of file inspect.py.
started |
Definition at line 479 of file inspect.py.