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
In case someone is reading this and would like to use part of the code, you should replace the succession of isinstance statements with single dispatch on AST nodes.
In case someone is reading this and would like to use part of the code, you should replace the succession of
isinstancestatements with single dispatch on AST nodes.