Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ async_session
Method
async_session
test/ext/asyncio/test_session.py:75–76 ·
view source on GitHub ↗
(self, async_engine)
Source
from the content-addressed store, hash-verified
73
74
@testing.fixture
75
def
async_session(self, async_engine):
76
return
AsyncSession(async_engine)
77
78
79
class
AsyncSessionTest(AsyncFixture):
Callers
nothing calls this directly
Calls
1
AsyncSession
Class · 0.90
Tested by
no test coverage detected