Home | History | Annotate | Download | only in jinja2

Lines Matching full:locals

593         # mainly works because python finds the locals before dead code
868 context = node.scoped and 'context.derived(locals())' or 'context'
954 'locals())):')
976 self.write('make_module(context.parent, True, locals())')