MCPcopy Index your code
hub / github.com/python/cpython / initializer

Function initializer

Lib/test/_test_multiprocessing.py:5459–5460  ·  view source on GitHub ↗
(ns)

Source from the content-addressed store, hash-verified

5457#
5458
5459def initializer(ns):
5460 ns.test += 1
5461
5462@hashlib_helper.requires_hashdigest('sha256')
5463class TestInitializers(unittest.TestCase):

Callers 3

_process_workerFunction · 0.85
_run_serverMethod · 0.85
workerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…