Public Member Functions | |
def | __init__ |
def | next |
Public Attributes | |
tokens_re | |
Static Public Attributes | |
ignorecase = False | |
dictionary | literals = {} |
dictionary | symbols = {} |
list | tokens = [] |
def xdot.xdot.Scanner.__init__ | ( | self | ) |
def xdot.xdot.Scanner.next | ( | self, | |
buf, | |||
pos | |||
) |
xdot::xdot.Scanner::ignorecase = False [static] |
dictionary xdot::xdot.Scanner::literals = {} [static] |
dictionary xdot::xdot.Scanner::symbols = {} [static] |
list xdot::xdot.Scanner::tokens = [] [static] |
Reimplemented in xdot.xdot.DotScanner.