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
vyper --version
vyper/vyper/codegen/expr.py
Lines 329 to 334 in b3ea663
however, it might be that the variable comes from another module (not self), eg lib.var = 42
self
lib.var = 42
Fill this in if you know how to fix it.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version Information
vyper --version
): b3ea663What's your issue about?
vyper/vyper/codegen/expr.py
Lines 329 to 334 in b3ea663
however, it might be that the variable comes from another module (not
self
), eglib.var = 42
How can it be fixed?
Fill this in if you know how to fix it.
The text was updated successfully, but these errors were encountered: