We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@deprecate_arg
@deprecate_func
While #9676 lets other repos set package_name, that is annoying to have to do every single call. It's also easy to forget!
package_name
How can we improve this? Some unexplored ideas:
__module__
The text was updated successfully, but these errors were encountered:
Imo this is low priority. It would still be neat, but seems unlikely we'll get to this. Feel free to reopen if others disagree.
Sorry, something went wrong.
Eric-Arellano
No branches or pull requests
While #9676 lets other repos set
package_name
, that is annoying to have to do every single call. It's also easy to forget!How can we improve this? Some unexplored ideas:
__module__
.package_name
automatically, i.e. argument fixing / function currying.The text was updated successfully, but these errors were encountered: