Home | History | Annotate | Download | only in jinja2

Lines Matching full:_statement_keywords

18 _statement_keywords = frozenset(['for', 'if', 'block', 'extends', 'print',
121 if token.value in _statement_keywords: