Home | History | Annotate | Download | only in jinja2

Lines Matching refs:Parser

21 from jinja2.parser import Parser
271 # lexer / parser information
459 return Parser(self, source, name, encode_filename(filename)).parse()
487 """Called by the parser to do the preprocessing and filtering
584 parser = Parser(self, source, state='variable')
587 expr = parser.parse_expression()
588 if not parser.stream.eos:
590 parser.stream.current.lineno,