AstNodeWrapper

class paddle.fluid.dygraph.dygraph_to_static.static_analysis. AstNodeWrapper ( node ) [source]

Wrapper for python gast.node. We need a node wrapper because gast.node doesn’t store all required information when we are transforming AST. We should collect additional information which the actual transformation needs.