Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
157
def
_is_jinja2_context_call(frame):
158
return
"_Context__obj"
in frame.f_locals
159
160
161
def
_is_jinja2_internal_function(frame):
Callers
2
cmd_step_into
Function · 0.85
cmd_step_over
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected