bpo-38870: Expose a function to unparse an ast object in the ast module (GH-17302)
Add ast.unparse() as a function in the ast module that can be used to unparse an ast.AST object and produce a string with code that would produce an equivalent ast.AST object when parsed.
P
Pablo Galindo committed
27fc3b6f3fc49a36d3f962caac5c5495696d12ed
Parent: 6bf644e
Committed by GitHub <noreply@github.com>
on 11/24/2019, 11:02:40 PM