MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / wait

Method wait

Lib/threading.py:308–370  ·  view source on GitHub ↗

Wait until notified or until a timeout occurs. If the calling thread has not acquired the lock when this method is called, a RuntimeError is raised. This method releases the underlying lock, and then blocks until it is awakened by a notify() or notifyAll() call for

(self, timeout=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 7

_is_ownedMethod · 0.95
_release_saveMethod · 0.95
_acquire_restoreMethod · 0.95
_noteMethod · 0.80
acquireMethod · 0.45
appendMethod · 0.45
removeMethod · 0.45

Tested by

no test coverage detected