Searched refs:real_locals (Results 1 – 3 of 3) sorted by relevance
167 def get_template_locals(real_locals): argument172 ctx = real_locals.get("context")185 for name, value in real_locals.items():
198 def get_jinja_locals(real_locals): argument199 ctx = real_locals.get('context')207 for name, value in iteritems(real_locals):