Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/MagicStack/asyncpg
/ __aexit__
Method
__aexit__
asyncpg/pool.py:1039–1040 ·
view source on GitHub ↗
(self, *exc)
Source
from the content-addressed store, hash-verified
1037
return
self
1038
1039
async
def
__aexit__(self, *exc):
1040
await self.close()
1041
1042
1043
class
PoolAcquireContext:
Callers
nothing calls this directly
Calls
1
close
Method · 0.95
Tested by
no test coverage detected