MCPcopy Index your code
hub / github.com/RustPython/RustPython / initializer

Function initializer

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

Source from the content-addressed store, hash-verified

5136#
5137
5138def initializer(ns):
5139 ns.test += 1
5140
5141@hashlib_helper.requires_hashdigest('sha256')
5142class TestInitializers(unittest.TestCase):

Callers 4

_workerFunction · 0.85
_process_workerFunction · 0.85
_run_serverMethod · 0.85
workerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected