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

Method _release_save

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

Source from the content-addressed store, hash-verified

320 return "<Condition(%s, %d)>" % (self._lock, len(self._waiters))
321
322 def _release_save(self):
323 self._lock.release() # No state to save
324
325 def _acquire_restore(self, x):
326 self._lock.acquire() # Ignore saved state

Callers 1

waitMethod · 0.95

Calls 1

releaseMethod · 0.45

Tested by

no test coverage detected