6.1.1.2.2.14. 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

property y