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

Method release

Lib/threading.py:524–538  ·  view source on GitHub ↗

Release a semaphore, incrementing the internal counter by one. When the counter is zero on entry and another thread is waiting for it to become larger than zero again, wake up that thread. If the number of releases exceeds the number of acquires, raise a ValueError.

(self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

notifyMethod · 0.45

Tested by

no test coverage detected