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
This makes sense to be a STORE.
In AST, the name of FunctionDef and ClassDef is just a str instead of a Name, which we don't have consistency issue here.
The names of class and functions seem more naturally a
STORE
as they introduce a name.The text was updated successfully, but these errors were encountered: