Home | History | Annotate | Download | only in jinja2

Lines Matching refs:variables

105         # variables that are known to be declared (probably from outer
109 # undeclared variables from outer scopes
202 """Find all the shadowed names. extra is an iterable of variables
301 # we have to remember the undeclared variables of this branch
311 # undeclared variables
603 """This function returns all the shadowed variables in a dict
607 This also predefines locally declared variables from the loop
625 """Restore all aliases and delete unused variables."""
658 # variables that are undeclared (accessed before declaration) and
661 # it without aliasing all the variables.
671 self.fail('It\'s not possible to set and access variables '
675 # remove variables from a closure from the frame's undeclared
682 # no special variables for this scope, abort early
1055 # variables at that point. Because loops can be nested but the loop