Definition at line 869 of file xdot.py.
◆ __init__()
def smach_viewer.xdot.xdot.Lexer.__init__ |
( |
|
self, |
|
|
|
buf = None , |
|
|
|
pos = 0 , |
|
|
|
filename = None , |
|
|
|
fp = None |
|
) |
| |
◆ consume()
def smach_viewer.xdot.xdot.Lexer.consume |
( |
|
self, |
|
|
|
text |
|
) |
| |
◆ next()
def smach_viewer.xdot.xdot.Lexer.next |
( |
|
self | ) |
|
◆ buf
smach_viewer.xdot.xdot.Lexer.buf |
◆ col
smach_viewer.xdot.xdot.Lexer.col |
◆ filename
smach_viewer.xdot.xdot.Lexer.filename |
◆ line
smach_viewer.xdot.xdot.Lexer.line |
◆ newline_re
smach_viewer.xdot.xdot.Lexer.newline_re = re.compile(br'\r\n?|\n') |
|
static |
◆ pos
smach_viewer.xdot.xdot.Lexer.pos |
◆ scanner
smach_viewer.xdot.xdot.Lexer.scanner = None |
|
static |
◆ tabsize
int smach_viewer.xdot.xdot.Lexer.tabsize = 8 |
|
static |
The documentation for this class was generated from the following file: