
Public Member Functions | |
| pickledArgs | execute (in listofstring outargsname, in pickledArgs inargs) raises (SALOME::SALOME_Exception) |
| execute a python script 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::PyScriptNode::execute | ( | in listofstring | outargsname, |
| in pickledArgs | inargs | ||
| ) | |||
| raises | ( | SALOME::SALOME_Exception | |
| ) | |||
execute a python script defined in the node
| outargsname | output argument names |
| inargs | input argument values (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.