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

Method _at_fork_reinit

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

Source from the content-addressed store, hash-verified

167 )
168
169 def _at_fork_reinit(self):
170 self._block._at_fork_reinit()
171 self._owner = None
172 self._count = 0
173
174 def acquire(self, blocking=True, timeout=-1):
175 """Acquire a lock, blocking or non-blocking.

Callers

nothing calls this directly

Calls 1

_at_fork_reinitMethod · 0.45

Tested by

no test coverage detected