You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The only references to self in the documentation are in the examples, and briefly when explaining how to call a private function. Given this is a fairly fundamental variable when writing Vyper contracts, it deserves some proper documentation.
Related, re: #1696, we should very clearly document that Vyper disallows external calls back into the same contract, the rationale behind this, and (once the issue is closed), how to perform this action via raw_call.
The text was updated successfully, but these errors were encountered:
The only references to
self
in the documentation are in the examples, and briefly when explaining how to call a private function. Given this is a fairly fundamental variable when writing Vyper contracts, it deserves some proper documentation.Related, re: #1696, we should very clearly document that Vyper disallows external calls back into the same contract, the rationale behind this, and (once the issue is closed), how to perform this action via
raw_call
.The text was updated successfully, but these errors were encountered: