Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
5459
def
initializer(ns):
5460
ns.test += 1
5461
5462
@hashlib_helper.requires_hashdigest(
'sha256'
)
5463
class
TestInitializers(unittest.TestCase):
Callers
3
_process_worker
Function · 0.85
_run_server
Method · 0.85
worker
Function · 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…