Public Member Functions | |
pickledArgs | execute (in string functionName, in pickledArgs inargs) raises (SALOME::SALOME_Exception) |
execute a python function defined in the node More... | |
void | Register () |
Increase the reference count (mark as used by another object). More... | |
void | UnRegister () |
Decrease the reference count (release by another object). More... | |
void | Destroy () |
Obsolete, left for compatibility reasons only. Use UnRegister() instead. More... | |
pickledArgs Engines::PyNode::execute | ( | in string | functionName, |
in pickledArgs | inargs | ||
) | |||
raises | ( | SALOME::SALOME_Exception | |
) |
execute a python function defined in the node
functionName | the python function defined in the node to execute |
inargs | input argument values (tuple,dict) provided as a python pickle |
|
inherited |
Increase the reference count (mark as used by another object).
|
inherited |
Decrease the reference count (release by another object).
|
inherited |
Obsolete, left for compatibility reasons only. Use UnRegister() instead.