Home
last modified time | relevance | path

Searched refs:TtreeShlex (Results 1 – 4 of 4) sorted by relevance

/dports/science/py-moltemplate/moltemplate-2.19.14/moltemplate/
H A Dttree_lex.py76 class TtreeShlex(object): class
292 elif TtreeShlex._belongs_to(nextchar,
376 elif (TtreeShlex._belongs_to(nextchar,
458 lex = TtreeShlex(s, posix=posix)
691 lex = TtreeShlex(StringIO(text))
911 class LineLex(TtreeShlex):
937 TtreeShlex.__init__(self, instream, infile, posix)
1661 class TemplateLexer(TtreeShlex):
1675 TtreeShlex.__init__(self, instream, infile, posix)
2240 lexer = TtreeShlex()
[all …]
H A D__init__.py7 from .ttree_lex import TtreeShlex, split, LineLex, SplitQuotedString, \
H A Dpostprocess_transitions.py183 lex = TtreeShlex(sys.stdin,
H A Dttree.py66 from .ttree_lex import TtreeShlex, SplitQuotedString, EscCharStrToChar, \