7.1.1.2.2.12. pycropml.transpiler.nodeVisitor module¶
- class pycropml.transpiler.nodeVisitor.NodeVisitor[source]¶
Bases:
objectDefine a method which browse the graph and call a methode constructed from the type of each node of the graph
- visit(node)[source]¶
- Parameters:
node (TYPE) – DESCRIPTION.
- Raises:
NotImplementedError – DESCRIPTION.
- Returns:
DESCRIPTION.
- Return type:
TYPE