MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / start_new_thread

Function start_new_thread

Lib/dummy_thread.py:27–56  ·  view source on GitHub ↗

Dummy implementation of thread.start_new_thread(). Compatibility is maintained by making sure that ``args`` is a tuple and ``kwargs`` is a dictionary. If an exception is raised and it is SystemExit (which can be done by thread.exit()) it is caught and nothing is done; all other exc

(function, args, kwargs={})

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

dictFunction · 0.85
functionFunction · 0.85
print_excMethod · 0.80

Tested by

no test coverage detected