We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c29e57c commit df108f2Copy full SHA for df108f2
sqlalchemy-stubs/ext/asyncio/session.pyi
@@ -183,12 +183,14 @@ class AsyncSession(
183
dispatch: Any = ...
184
binds: Any = ...
185
sync_session: Session = ...
186
+ sync_session_class: Type[Session] = ...
187
def __init__(
188
self,
189
bind: Optional[Union[AsyncConnection, AsyncEngine]] = ...,
190
binds: Optional[
191
Mapping[object, Union[AsyncConnection, AsyncEngine]]
192
] = ...,
193
+ sync_session_class: Type[Session] = ...,
194
**kw: Any,
195
) -> None: ...
196
async def run_sync(
0 commit comments