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

Function _is_jinja2_context_call

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

Source from the content-addressed store, hash-verified

155
156
157def _is_jinja2_context_call(frame):
158 return "_Context__obj" in frame.f_locals
159
160
161def _is_jinja2_internal_function(frame):

Callers 2

cmd_step_intoFunction · 0.85
cmd_step_overFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected