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 |
def xdot.Lexer.__init__ | ( | self, | |
buf = None , |
|||
pos = 0 , |
|||
filename = None , |
|||
fp = None |
|||
) |
def xdot.Lexer.consume | ( | self, | |
text | |||
) |
def xdot.Lexer.next | ( | self | ) |
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] |