-
-
Notifications
You must be signed in to change notification settings - Fork 327
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
grass.temporal: Simple typing annotations (#4641)
* grass.temporal: Add typing annotations for None returns * grass.temporal: Add typing annotations for boolean parameters * grass.temporal: Add typing annotations for simple scalar returns * grass.temporal: Sort imports * grass.temporal: Add typing annotations for certain magic methods * grass.temporal: Add typing annotations for integer parameters * grass.temporal: Add typing annotations for string parameters * grass.temporal: Add typing annotations of guessing common names, manually filtered * grass.temporal.datetime_math: Add typing annotations for mydate parameter as datetime * grass.temporal.datetime_math: Add typing annotations for datetime return types and increment * grass.temporal.datetime_math: Add typing annotations for other simple conversions * grass.temporal.datetime_math: Remove unneeded comment line separators * grass.temporal: Fix some small typos
- Loading branch information
Showing
47 changed files
with
1,040 additions
and
943 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
Oops, something went wrong.