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

Function get_non_pydevd_threads

_pydevd_bundle/pydevd_utils.py:139–141  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

137
138
139def get_non_pydevd_threads():
140 threads = threading.enumerate()
141 return [t for t in threads if t and not getattr(t, "is_pydev_daemon_thread", False)]
142
143
144if USE_CUSTOM_SYS_CURRENT_FRAMES and IS_PYPY:

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected