Abstract Syntax Tree for Patching Code and Assessing Code Quality(engineering.soroco.com) |
Abstract Syntax Tree for Patching Code and Assessing Code Quality(engineering.soroco.com) |
The author mentions that transformation back to source from ast, of course, doesn't include format information. However, python's ast include source line numbers, which they use to only rewrite the portions of the file affected by their rewrite.