Home
last modified time | relevance | path

Searched refs:real_locals (Results 1 – 3 of 3) sorted by relevance

/third_party/jinja2/
Ddebug.py167 def get_template_locals(real_locals): argument
172 ctx = real_locals.get("context")
185 for name, value in real_locals.items():
/third_party/skia/third_party/externals/jinja2/
Ddebug.py167 def get_template_locals(real_locals): argument
172 ctx = real_locals.get("context")
185 for name, value in real_locals.items():
/third_party/node/tools/inspector_protocol/jinja2/
Ddebug.py198 def get_jinja_locals(real_locals): argument
199 ctx = real_locals.get('context')
207 for name, value in iteritems(real_locals):