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

Function suspend

pydevd_plugins/django_debug.py:568–571  ·  view source on GitHub ↗
(py_db, thread, frame, bp_type)

Source from the content-addressed store, hash-verified

566
567
568def suspend(py_db, thread, frame, bp_type):
569 if bp_type == "django":
570 return suspend_django(py_db, thread, DjangoTemplateFrame(frame))
571 return None
572
573
574def _get_original_filename_from_origin_in_parent_frame_locals(frame, parent_frame_name):

Callers

nothing calls this directly

Calls 2

suspend_djangoFunction · 0.85
DjangoTemplateFrameClass · 0.85

Tested by

no test coverage detected