-
Notifications
You must be signed in to change notification settings - Fork 782
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added typing information for all public APIs (#1158)
* Added typing information for all public APIs The docstrings were also slightly more standardized. Only public facing APIs had the type information added to them. There are a few minor bug fixes in the default values for some functions (namely using [] as a default value (replaced with None)) as well as removing default values where it does not make sense (S3.info() for example). There should be no other functional change. * Fix typos * More clean-ups * More cleanups * Remove circular dep * Fixups and cleanups * Fix typo; make parameters in Parameter explicit * Forgot an import * Proper defaults for init for Parameter * Fix issue with Parameter moving away from kwargs * Re-added optional `key` value in S3.get() * Addressed comments * Proper type for in Parameter * Remove typeing for external packages * Addressed comments * Update docs for secrets * Forgot two files
- Loading branch information
1 parent
1869f74
commit 2f9e443
Showing
22 changed files
with
633 additions
and
499 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.