5.1.1.2.2.13. pycropml.transpiler.pseudo_tree module

class pycropml.transpiler.pseudo_tree.Node(type, **fields)[source]

Bases: object

The new Node generated with specific properties. These properties are automatically set”

Example: Node(type=’local’, name=’l’, pseudo_type=”int”) to represent a int variable declaration

y