MCPcopy 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
1043class PoolAcquireContext:

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected