Description
Convert Python abstract syntax trees back into source code, supporting tools that transform, generate, or inspect Python programs. It helps developers work with code at the syntax-tree level and produce text output again.
Unparsed code can differ from the original formatting or comments. Review generated source before committing or distributing it.