Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fabioz/PyDev.Debugger
/ start_in_daemon_thread
Function
start_in_daemon_thread
tests_python/debugger_unittest.py:394–397 ·
view source on GitHub ↗
(target, args)
Source
from the content-addressed store, hash-verified
392
393
394
def
start_in_daemon_thread(target, args):
395
t0 = threading.Thread(target=target, args=args)
396
t0.daemon = True
397
t0.start()
398
399
400
class
DebuggerRunner(object):
Callers
2
add_command_line_args
Method · 0.90
run_process
Method · 0.85
Calls
1
start
Method · 0.45
Tested by
no test coverage detected