The AST is a treerepresentationof the source code that contains everything from variable declarations to function definitions and method invocations.
AST是源代码的树形表示,它包含了从变量声明到功能定义和方法调用的全部内容。
2
Rather than simply giving you a collapsible tree view ofcode, the object browser gives you a live representation of the objects themselves — even of the importable modules in your PYTHONPATH.