Skip to content

Commit b28dcd6

Browse files
MartinAltmayerMartin Altmayer
andauthored
Add missing parameters of Model.scan to typing stubs (#750)
Co-authored-by: Martin Altmayer <martin.altmayer@partner.bmwgroup.com>
1 parent 52aed73 commit b28dcd6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pynamodb/models.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ class Model(metaclass=MetaModel):
8282
limit: Optional[int] = ...,
8383
last_evaluated_key: Optional[Dict[str, Dict[str, Any]]] = ...,
8484
page_size: Optional[int] = ...,
85+
consistent_read: bool = ...,
86+
index_name: Optional[Text] = ...,
8587
rate_limit: Optional[float] = ...,
8688
attributes_to_get: Optional[List[str]] = ...,
8789
) -> ResultIterator[_T]: ...

0 commit comments

Comments
 (0)