MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / _is_jinja2_internal_function

Function _is_jinja2_internal_function

pydevd_plugins/jinja2_debug.py:161–167  ·  view source on GitHub ↗
(frame)

Source from the content-addressed store, hash-verified

159
160
161def _is_jinja2_internal_function(frame):
162 return "self" in frame.f_locals and frame.f_locals["self"].__class__.__name__ in (
163 "LoopContext",
164 "TemplateReference",
165 "Macro",
166 "BlockReference",
167 )
168
169
170def _find_jinja2_render_frame(frame):

Callers 1

cmd_step_intoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected