MCPcopy 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
394def start_in_daemon_thread(target, args):
395 t0 = threading.Thread(target=target, args=args)
396 t0.daemon = True
397 t0.start()
398
399
400class DebuggerRunner(object):

Callers 2

add_command_line_argsMethod · 0.90
run_processMethod · 0.85

Calls 1

startMethod · 0.45

Tested by

no test coverage detected