MCPcopy Index your code
hub / github.com/sqlalchemy/sqlalchemy / __aexit__

Method __aexit__

lib/sqlalchemy/ext/asyncio/engine.py:913–915  ·  view source on GitHub ↗
(self, type_: Any, value: Any, traceback: Any)

Source from the content-addressed store, hash-verified

911 return self.start().__await__()
912
913 async def __aexit__(self, type_: Any, value: Any, traceback: Any) -> None:
914 task = asyncio.create_task(self.close())
915 await asyncio.shield(task)
916
917 # START PROXY METHODS AsyncConnection
918

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected