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
One option would be to simply look into the global scope to find the right value. One problem with that is that we might want to have imports inside of functions at some point.
If you define a variable with the same name as a module you have imported it tries to reference the variable instead.
The problem is essentially that I also have to look for enums as those "overload" the
::
operator.The text was updated successfully, but these errors were encountered: