5.1.1.2.2.12. pycropml.transpiler.nodeVisitor module

class pycropml.transpiler.nodeVisitor.NodeVisitor[source]

Bases: object

Define a method which browse the graph and call a methode constructed from the type of each node of the graph

visit(node)[source]