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

Class _DummyThread

pydevd_tracing.py:336–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334 if thread_ident not in threading._active:
335
336 class _DummyThread(threading._DummyThread):
337 def _set_ident(self):
338 # Note: Hack to set the thread ident that we want.
339 self._ident = thread_ident
340
341 t = _DummyThread()
342 # Reset to the base class (don't expose our own version of the class).

Callers 1

set_trace_to_threadsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected