PythonEngine
This abstract class is intended to act as a base class for different python engines
Data Marshaler for all data coming into a Python node.
Name of the Python engine
Data Marshaler for all data coming out of a Python node.
Add an event handler after the Python evaluation has finished
Add an event handler before the Python evaluation begins
protected PythonEngine()
Executes a Python script with custom variable names. Script may be a string
read from a file, for example. Pass a list of names (matching the variable
names in the script) to bindingNames and pass a corresponding list of values
to bindingValues.