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
__init__.py
Several subclasses are getting initialization arguments in the __init__ method by popping them from kwargs.
__init__
kwargs
This should be made explicit by directly setting those values as __init__ arguments.
The text was updated successfully, but these errors were encountered:
Resolve Issue #29: Make args explicit in __init__ methods
824c3c2
Merge pull request #39 from HDI-Project/GH_29_explicit_parameter_passing
7dab863
Done in PR #39
Sorry, something went wrong.
csala
No branches or pull requests
Several subclasses are getting initialization arguments in the
__init__
method by popping them fromkwargs
.This should be made explicit by directly setting those values as
__init__
arguments.The text was updated successfully, but these errors were encountered: