diff options
author | Pablo Galindo <Pablogsal@gmail.com> | 2019-11-24 23:02:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-24 23:02:40 +0000 |
commit | 27fc3b6f3fc49a36d3f962caac5c5495696d12ed (patch) | |
tree | a95472c5bd4a5a0588a3725b4b8b1a94547c9999 /Python/compile.c | |
parent | 6bf644ec82f14cceae68278dc35bafb00875efae (diff) | |
download | cpython-git-27fc3b6f3fc49a36d3f962caac5c5495696d12ed.tar.gz |
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.
Diffstat (limited to 'Python/compile.c')
0 files changed, 0 insertions, 0 deletions