Lines Matching refs:nodes
13 from jinja2 import nodes22 from jinja2.nodes import EvalContext444 tree of nodes is used by the compiler to convert the template into597 body = [nodes.Assign(nodes.Name('result', 'store'), expr, lineno=1)]598 template = self.from_string(nodes.Template(body, lineno=1))