List of all members.
Static Public Attributes |
list | tokens |
Detailed Description
Definition at line 857 of file xdot.py.
Member Data Documentation
Initial value:[
(SKIP,
r'[ \t\f\r\n\v]+|'
r'//[^\r\n]*|'
r'/\*.*?\*/|'
r'#[^\r\n]*',
False),
(ID, r'[a-zA-Z_\x80-\xff][a-zA-Z0-9_\x80-\xff]*', True),
(ID, r'-?(?:\.[0-9]+|[0-9]+(?:\.[0-9]*)?)', False),
(STR_ID, r'"[^"\\]
Reimplemented from xdot::xdot::Scanner.
Definition at line 860 of file xdot.py.
The documentation for this class was generated from the following file: