AST is an Abstract Syntax Tree, which is built from Python source to analyze the latter without executing.
AST can be used to:
See the talk What would you do with an AST by Matthew J Desmarais for more examples.
AST is an Abstract Syntax Tree, which is built from Python source to analyze the latter without executing.
AST can be used to:
See the talk What would you do with an AST by Matthew J Desmarais for more examples.