MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / __exit__

Method __exit__

tools/python-3.11.9-amd64/Lib/threading.py:501–502  ·  view source on GitHub ↗
(self, t, v, tb)

Source from the content-addressed store, hash-verified

499 self._cond.notify()
500
501 def __exit__(self, t, v, tb):
502 self.release()
503
504
505class BoundedSemaphore(Semaphore):

Callers

nothing calls this directly

Calls 1

releaseMethod · 0.95

Tested by

no test coverage detected