Understanding ctx in Python's ast

前端 未结 0 1174
野性不改
野性不改 2021-01-15 06:19

What is the ctx argument in the Python AST representation? For example:

>>> print(ast.dump(ast.parse(\'-a\')))
Module(body=[Expr(value=U         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题