MCPcopy 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
80class ThreadPoolMixin(ExecutorMixin):

Calls

no outgoing calls