6.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]
Parameters:

node (TYPE) – DESCRIPTION.

Raises:

NotImplementedError – DESCRIPTION.

Returns:

DESCRIPTION.

Return type:

TYPE