Definition at line 860 of file xdot.py.
bool smach_viewer.xdot.xdot.DotScanner.ignorecase = True |
|
static |
dictionary smach_viewer.xdot.xdot.DotScanner.literals |
|
static |
Initial value:
Definition at line 902 of file xdot.py.
dictionary smach_viewer.xdot.xdot.DotScanner.symbols |
|
static |
Initial value:
Definition at line 889 of file xdot.py.
list smach_viewer.xdot.xdot.DotScanner.tokens |
|
static |
Initial value: 11 (ID,
r'[a-zA-Z_\x80-\xff][a-zA-Z0-9_\x80-\xff]*',
True),
14 (ID,
r'-?(?:\.[0-9]+|[0-9]+(?:\.[0-9]*)?)',
False),
17 (STR_ID,
r'"[^"\\]*(?:\\.[^"\\]*)*"',
False),
20 (HTML_ID,
r'<[^<>]*(?:<[^<>]*>[^<>]*)*>',
False),
23 (EDGE_OP,
r'-[>-]',
False),
Definition at line 863 of file xdot.py.
The documentation for this class was generated from the following file: