Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ __await__
Method
__await__
lib/sqlalchemy/ext/asyncio/engine.py:910–911 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
908
)
909
910
def
__await__(self) -> Generator[Any, None, AsyncConnection]:
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())
Callers
nothing calls this directly
Calls
1
start
Method · 0.95
Tested by
no test coverage detected