python ast模塊使用 :https://blog.csdn.net/ThinkTimes/article/details/110831176?ydreferer=aHR0cHM6Ly9jbi5iaW5nLmNvbS8%3D
Green Tree Snakes - the missing Python AST docs --非常詳盡的ast的模塊的分析文檔。
Simple example of how to use ast.NodeVisitor --stackoverflow上一篇比較明了的回答
Instrumenting the AST --簡(jiǎn)單的分析與應(yīng)用
ast — Abstract Syntax Trees --官方文檔
AST 模塊:用 Python 修改 Python 代碼 --比較詳細(xì)的介紹了修改