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
The following nodes from Python’s built-in ast module are currently not supported in astx. Implementing these would improve compatibility and expressiveness for Python-like AST manipulation.
Missing AST Nodes
Additional Information
Use the below Python AST documentation for reference: 🔗 Python AST Docs