Linux Mint
My Places
Sign in
Community
Software
Users
Moderation
Beta Testing
ISO Images
Teams
python-codegen
Extension to ast that allows AST -> Python code generation
https://github.com/andreif/codegen
0
no reviews
Install
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.