show_active vs show_active() #1230
Unanswered
JohnEMagee
asked this question in
Q&A
Replies: 1 comment
-
|
Hello @JohnEMagee Using without the () refer to where the function is, in order to be executed on a context. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
So I ran the initial brownie deploy using network.show_active, but noticed the tutorial then used show_active(). There was no error or discernable difference. Usually () present or absent make a difference even when empty. Is this not the case in python or brownie or just a weird quirk?
Beta Was this translation helpful? Give feedback.
All reactions