
Public Member Functions | |
| def | __init__ |
| def | next |
Public Attributes | |
| tokens_re | |
Static Public Attributes | |
| ignorecase = False | |
| dictionary | literals = {} |
| dictionary | symbols = {} |
| list | tokens = [] |
Stateless scanner.
Definition at line 682 of file xdot.py.
xdot::Scanner::ignorecase = False [static] |
dictionary xdot::Scanner::literals = {} [static] |
dictionary xdot::Scanner::symbols = {} [static] |
list xdot::Scanner::tokens = [] [static] |
Reimplemented in xdot::DotScanner.