-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Refactor type annotations and documentation (#37)
* Fix List type documentation * Document ListPageSource.format_page differences * Change SendKwargsType to Dict[str,Any] and _GroupByEntry to GroupByEntry * Bring back SendKwargsType * Fix GroupByEntry initialization * Change GroupByEntry back to namedtuple * Document AsyncIteratorPageSource.format_page differences * Add GroupByEntry type to entry doc in format_page * Remove unused import * Annotate attribute types of GroupByEntry
- Loading branch information
1 parent
430a15e
commit 21131e3
Showing
5 changed files
with
100 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters