Sometimes, all you have is the ast. Other times, all you want is the source code. Some times, both these things are true. `codegen.py` is a nifty piece of software that will generate Python source code from an AST.
Sometimes, all you have is the ast. Other times, all you want is the source code. Some times, both these things are true.
codegen.pyis a nifty piece of software that will generate Python source code from an AST.