Commit d4ee138
committed
[peewee] add typing for peewee.chunked
Reference: https://docs.peewee-orm.com/en/latest/peewee/api.html#chunked
> chunked(iterable, n)
> Parameters * iterable – an iterable that is the source of the data to be chunked.
> * n (int) – chunk size
>
> Returns a new iterable that yields n-length chunks of the source data.1 parent 3c62217 commit d4ee138
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments