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

Method _at_fork_reinit

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

Source from the content-addressed store, hash-verified

609 return f"<{cls.__module__}.{cls.__qualname__} at {id(self):#x}: {status}>"
610
611 def _at_fork_reinit(self):
612 # Private method called by Thread._after_fork()
613 self._cond._at_fork_reinit()
614
615 def is_set(self):
616 """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