Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
23
class
Lock(_ContextManagerMixin, mixins._LoopBoundMixin):
Callers
nothing calls this directly
Calls
1
release
Method · 0.45
Tested by
no test coverage detected