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 2347b89 commit 5263d3cCopy full SHA for 5263d3c
sqlalchemy-stubs/orm/session.pyi
@@ -42,8 +42,8 @@ class Session(_SessionClassMethods):
42
connection_callable: Any = ...
43
@property
44
def info(self): ...
45
- def begin(self, subtransactions: bool = ..., nested: bool = ...): ...
46
- def begin_nested(self): ...
+ def begin(self, subtransactions: bool = ..., nested: bool = ...) -> SessionTransaction: ...
+ def begin_nested(self) -> SessionTransaction: ...
47
def rollback(self): ...
48
def commit(self): ...
49
def prepare(self): ...
0 commit comments