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 850d79e commit 1c36a4eCopy full SHA for 1c36a4e
sqlalchemy-stubs/engine/result.pyi
@@ -58,6 +58,8 @@ class ResultProxy:
58
def is_insert(self): ...
59
def close(self) -> None: ...
60
def __iter__(self) -> Iterator[RowProxy]: ...
61
+ def __next__(self) -> RowProxy: ...
62
+ def next(self) -> RowProxy: ...
63
@property
64
def inserted_primary_key(self): ...
65
def last_updated_params(self): ...
0 commit comments