Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ get_context
Method
get_context
Lib/test/test_concurrent_futures/util.py:76–77 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
74
super().tearDown()
75
76
def
get_context(self):
77
return
multiprocessing.get_context(self.ctx)
78
79
80
class
ThreadPoolMixin(ExecutorMixin):
Callers
15
setUp
Method · 0.95
_check_error
Method · 0.45
test_shutdown_deadlock
Method · 0.45
test_shutdown_deadlock_pickle
Method · 0.45
test_crash_big_data
Method · 0.45
test_gh105829_should_not_deadlock_if_wakeup_pipe_full
Method · 0.45
test_hang_global_shutdown_lock
Method · 0.45
fork_process_and_return_exitcode
Method · 0.45
test_ressources_gced_in_workers
Method · 0.45
test_saturation
Method · 0.45
test_idle_process_reuse_one
Method · 0.45
test_idle_process_reuse_multiple
Method · 0.45
Calls
no outgoing calls
Tested by
15
_check_error
Method · 0.36
test_shutdown_deadlock
Method · 0.36
test_shutdown_deadlock_pickle
Method · 0.36
test_crash_big_data
Method · 0.36
test_gh105829_should_not_deadlock_if_wakeup_pipe_full
Method · 0.36
test_hang_global_shutdown_lock
Method · 0.36
fork_process_and_return_exitcode
Method · 0.36
test_ressources_gced_in_workers
Method · 0.36
test_saturation
Method · 0.36
test_idle_process_reuse_one
Method · 0.36
test_idle_process_reuse_multiple
Method · 0.36
test_max_tasks_per_child
Method · 0.36