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

Method notify

Lib/threading.py:372–397  ·  view source on GitHub ↗

Wake up one or more threads waiting on this condition, if any. If the calling thread has not acquired the lock when this method is called, a RuntimeError is raised. This method wakes up at most n of the threads waiting for the condition variable; it is a no-op if no

(self, n=1)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 13

notifyAllMethod · 0.95
condition_funcFunction · 0.45
queuespeed_funcFunction · 0.45
pipe_funcFunction · 0.45
conditionspeed_funcFunction · 0.45
test_conditionspeedFunction · 0.45
releaseMethod · 0.45
releaseMethod · 0.45
putMethod · 0.45
getMethod · 0.45
putMethod · 0.45
getMethod · 0.45

Calls 4

_is_ownedMethod · 0.95
_noteMethod · 0.80
releaseMethod · 0.45
removeMethod · 0.45

Tested by 1

test_conditionspeedFunction · 0.36