module documentation

Parse tokens from the lexer into nodes for the compiler.
Class ​Parser This is the central parsing class Jinja uses. It's passed to extensions and can be used to parse expressions or statements.
Variable ​_compare​_operators Undocumented
Variable _​Import​Include Undocumented
Variable _​Macro​Call Undocumented
Variable ​_math​_nodes Undocumented
Variable ​_statement​_keywords Undocumented
_compare_operators =

Undocumented

_ImportInclude =

Undocumented

_MacroCall =

Undocumented

_math_nodes: t.Dict[str, t.Type[nodes.Expr]] =

Undocumented

_statement_keywords =

Undocumented