Skip to content

Commit 1c36a4e

Browse files
eurestiilevkivskyi
authored andcommitted
Add next to ResultProxy stub (#133)
1 parent 850d79e commit 1c36a4e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sqlalchemy-stubs/engine/result.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ class ResultProxy:
5858
def is_insert(self): ...
5959
def close(self) -> None: ...
6060
def __iter__(self) -> Iterator[RowProxy]: ...
61+
def __next__(self) -> RowProxy: ...
62+
def next(self) -> RowProxy: ...
6163
@property
6264
def inserted_primary_key(self): ...
6365
def last_updated_params(self): ...

0 commit comments

Comments
 (0)