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

Method _at_fork_reinit

Lib/multiprocessing/util.py:446–447  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

444 register_after_fork(self, ForkAwareThreadLock._at_fork_reinit)
445
446 def _at_fork_reinit(self):
447 self._lock._at_fork_reinit()
448
449 def __enter__(self):
450 return self._lock.__enter__()

Callers 2

_resetMethod · 0.45
_afterforkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected