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
hasctx=hasattr(tree, "ctx") # macro-created nodes might not have a ctx.
479
-
ifhasctxandtype(tree.ctx) isnotLoad: # let variables are rebound using <<`, not `=`. # TODO: doesn't work for `:=`, which *is* an assignment. Fix this; needs some changes to `scoped_transform`.
478
+
hasctx=hasattr(tree, "ctx") # Macro-created nodes might not have a ctx.
479
+
ifhasctxandtype(tree.ctx) isnotLoad: # Ignore assignments and deletes.
0 commit comments