
Public Member Functions | |
| def | __init__ |
| def | consume |
| def | next |
Public Attributes | |
| buf | |
| col | |
| filename | |
| line | |
| pos | |
Static Public Attributes | |
| tuple | newline_re = re.compile(r'\r\n?|\n') |
| scanner = None | |
| int | tabsize = 8 |
Definition at line 725 of file xdot.py.
| def xdot::Lexer::__init__ | ( | self, | ||
buf = None, |
||||
pos = 0, |
||||
filename = None, |
||||
fp = None | ||||
| ) |
tuple xdot::Lexer::newline_re = re.compile(r'\r\n?|\n') [static] |
xdot::Lexer::scanner = None [static] |
Reimplemented in xdot::DotLexer.
int xdot::Lexer::tabsize = 8 [static] |