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
.vyi
should it look more like this?
@external def my_method(foo: DynArray[uint256, ...]): ...
where ... is the actual Python elipsis AST node and represents letting the downstream use case decide what the value is that goes there
...
The text was updated successfully, but these errors were encountered:
dropping this here because it seems related #1944
Sorry, something went wrong.
i like the use of ellipses - also to mark the body of the function as unimplemented (which can be a syntactic difference between .vyi and .vy files)
.vy
ethereum.ercs
done in #3663
No branches or pull requests
should it look more like this?
where
...
is the actual Python elipsis AST node and represents letting the downstream use case decide what the value is that goes thereThe text was updated successfully, but these errors were encountered: