-
-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Type hints: basic usage to infer argument types (fixes #203) #211
Merged
Commits on Oct 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e0de7bb - Browse repository at this point
Copy the full SHA e0de7bbView commit details
Commits on Nov 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a8fbda8 - Browse repository at this point
Copy the full SHA a8fbda8View commit details -
refactor: use inspect.signature()
Also drop argh.utils.get_arg_spec(). It is no longer needed because while getfullargspec() did not handle decorated functions properly, signature() does. A backwards incompatible change (an extremely rare edge case) is documented in the changelog.
Configuration menu - View commit details
-
Copy full SHA for fcd7f5d - Browse repository at this point
Copy the full SHA fcd7f5dView commit details
Commits on Dec 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1660078 - Browse repository at this point
Copy the full SHA 1660078View commit details
Commits on Dec 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 68578dd - Browse repository at this point
Copy the full SHA 68578ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for aeec608 - Browse repository at this point
Copy the full SHA aeec608View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08f8e16 - Browse repository at this point
Copy the full SHA 08f8e16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5548b3c - Browse repository at this point
Copy the full SHA 5548b3cView commit details
Commits on Dec 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2cd9245 - Browse repository at this point
Copy the full SHA 2cd9245View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b52613 - Browse repository at this point
Copy the full SHA 9b52613View commit details -
Configuration menu - View commit details
-
Copy full SHA for c97d085 - Browse repository at this point
Copy the full SHA c97d085View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4df366 - Browse repository at this point
Copy the full SHA e4df366View commit details -
Configuration menu - View commit details
-
Copy full SHA for e31828b - Browse repository at this point
Copy the full SHA e31828bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b7d48f3 - Browse repository at this point
Copy the full SHA b7d48f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9c54af - Browse repository at this point
Copy the full SHA a9c54afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53cec53 - Browse repository at this point
Copy the full SHA 53cec53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6682569 - Browse repository at this point
Copy the full SHA 6682569View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6de15b5 - Browse repository at this point
Copy the full SHA 6de15b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 821ec51 - Browse repository at this point
Copy the full SHA 821ec51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57af529 - Browse repository at this point
Copy the full SHA 57af529View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8ba734 - Browse repository at this point
Copy the full SHA a8ba734View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.