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

Method _at_fork_reinit

Lib/threading.py:604–606  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

602 return f"<{cls.__module__}.{cls.__qualname__} at {id(self):#x}: {status}>"
603
604 def _at_fork_reinit(self):
605 # Private method called by Thread._after_fork()
606 self._cond._at_fork_reinit()
607
608 def is_set(self):
609 """Return true if and only if the internal flag is true."""

Callers 3

_at_fork_reinitMethod · 0.45
_at_fork_reinitMethod · 0.45
_after_forkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected