[ 源代码: python-codegen ]
软件包:python3-codegen(1.0-5)
extension to ast that allows AST -> Python code generation
The codegen module converts a abstract syntax tree (AST) back into Python source code. This is useful for debugging purposes, especially when dealing with custom ASTs not generated by Python itself.