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

Method __exit__

Lib/threading.py:535–536  ·  view source on GitHub ↗
(self, t, v, tb)

Source from the content-addressed store, hash-verified

533 self._cond.notify(n)
534
535 def __exit__(self, t, v, tb):
536 self.release()
537
538
539class BoundedSemaphore(Semaphore):

Callers

nothing calls this directly

Calls 1

releaseMethod · 0.95

Tested by

no test coverage detected