Package rosh :: Package impl :: Module xdot :: Class DotLexer
[frames] | no frames]

Class DotLexer

source code

Lexer --+
        |
       DotLexer

Instance Methods
 
filter(self, type, text) source code
 
__init__(self, buf=None, pos=0, filename=None, fp=None) (Inherited from rosh.impl.xdot.Lexer) source code
 
consume(self, text) (Inherited from rosh.impl.xdot.Lexer) source code
 
next(self) (Inherited from rosh.impl.xdot.Lexer) source code
Class Variables
  scanner = DotScanner()
hash(x)
  newline_re = re.compile(r'\r\n?|\n') (Inherited from rosh.impl.xdot.Lexer)
  tabsize = 8 (Inherited from rosh.impl.xdot.Lexer)