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

Method __aexit__

Lib/asyncio/locks.py:19–20  ·  view source on GitHub ↗
(self, exc_type, exc, tb)

Source from the content-addressed store, hash-verified

17 return None
18
19 async def __aexit__(self, exc_type, exc, tb):
20 self.release()
21
22
23class Lock(_ContextManagerMixin, mixins._LoopBoundMixin):

Callers

nothing calls this directly

Calls 1

releaseMethod · 0.45

Tested by

no test coverage detected