mirror of
https://github.com/python/cpython.git
synced 2026-05-08 21:50:40 -04:00
27fc3b6f3f
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.