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

Function _is_django_suspended

pydevd_plugins/django_debug.py:242–243  ·  view source on GitHub ↗
(thread)

Source from the content-addressed store, hash-verified

240
241
242def _is_django_suspended(thread):
243 return thread.additional_info.suspend_type == DJANGO_SUSPEND
244
245
246def suspend_django(py_db, thread, frame, cmd=CMD_SET_BREAK):

Callers 2

cmd_step_intoFunction · 0.85
cmd_step_overFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected