Usage
Development
Helpers for renaming variables in an abstract syntax tree.
Renames variables in node according to the specified mapping.
node (simple_rename.TNode) – The node to rename variables in
renamings (dict[str, str]) – The variables to rename
The transformed node
simple_rename.TNode