Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ __aenter__
Method
__aenter__
lib/sqlalchemy/ext/asyncio/base.py:120–121 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
118
return
self.start().__await__()
119
120
async
def
__aenter__(self) -> _T_co:
121
return
await self.start(is_ctxmanager=True)
122
123
@abc.abstractmethod
124
async
def
__aexit__(
Callers
nothing calls this directly
Calls
1
start
Method · 0.95
Tested by
no test coverage detected