Public Member Functions | |
pickledArgs | execute (in string functionName, in pickledArgs inargs) raises (SALOME::SALOME_Exception) |
execute a python function defined in the node | |
void | Register () |
Increase the reference count (mark as used by another object). | |
void | Destroy () |
Decrease the reference count (release by another object). |
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 provided as a python pickle |
void SALOME::GenericObj::Register | ( | ) | [inherited] |
Increase the reference count (mark as used by another object).
void SALOME::GenericObj::Destroy | ( | ) | [inherited] |
Decrease the reference count (release by another object).