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
This snippet of code here is a class level variable and it would be better to define it using a metaclass.
class level variable
metaclass
py_ecc/py_ecc/fields/field_elements.py
Lines 197 to 201 in b83b807
#61 (comment)
The text was updated successfully, but these errors were encountered:
Merge pull request ethereum#62 from ethereum/circleci-image-update
4533bf6
Use updated CircleCI images
No branches or pull requests
What is wrong?
This snippet of code here is a
class level variable
and it would be better to define it using ametaclass
.py_ecc/py_ecc/fields/field_elements.py
Lines 197 to 201 in b83b807
How can it be fixed
#61 (comment)
The text was updated successfully, but these errors were encountered: