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

Function _find_django_render_frame

pydevd_plugins/django_debug.py:256–260  ·  view source on GitHub ↗
(frame)

Source from the content-addressed store, hash-verified

254
255
256def _find_django_render_frame(frame):
257 while frame is not None and not _is_django_render_call(frame):
258 frame = frame.f_back
259
260 return frame
261
262
263# =======================================================================================================================

Callers 1

exception_breakFunction · 0.85

Calls 1

_is_django_render_callFunction · 0.85

Tested by

no test coverage detected