MCPcopy Create free account
hub / github.com/MagicStack/asyncpg / __exit__

Method __exit__

asyncpg/connection.py:2653–2654  ·  view source on GitHub ↗
(self, t, e, tb)

Source from the content-addressed store, hash-verified

2651 self._acquired = 1
2652
2653 def __exit__(self, t, e, tb):
2654 self._acquired = 0
2655
2656
2657class _ConnectionProxy:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected