Public Member Functions | Public Attributes | Static Public Attributes
xdot.Lexer Class Reference
Inheritance diagram for xdot.Lexer:
Inheritance graph
[legend]

List of all members.

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

Detailed Description

Definition at line 724 of file xdot.py.


Constructor & Destructor Documentation

def xdot.Lexer.__init__ (   self,
  buf = None,
  pos = 0,
  filename = None,
  fp = None 
)

Definition at line 732 of file xdot.py.


Member Function Documentation

def xdot.Lexer.consume (   self,
  text 
)

Definition at line 790 of file xdot.py.

def xdot.Lexer.next (   self)

Definition at line 764 of file xdot.py.


Member Data Documentation

Definition at line 732 of file xdot.py.

Definition at line 732 of file xdot.py.

Definition at line 732 of file xdot.py.

Definition at line 732 of file xdot.py.

tuple xdot.Lexer::newline_re = re.compile(r'\r\n?|\n') [static]

Definition at line 730 of file xdot.py.

Definition at line 732 of file xdot.py.

xdot.Lexer::scanner = None [static]

Reimplemented in xdot.DotLexer.

Definition at line 727 of file xdot.py.

int xdot.Lexer::tabsize = 8 [static]

Definition at line 728 of file xdot.py.


The documentation for this class was generated from the following file:


cob_script_server
Author(s): Florian Weisshardt
autogenerated on Sun Jun 9 2019 20:20:12