
Public Member Functions | |
| pickledArgs | execute (in listofstring outargsname, in pickledArgs inargs) raises (SALOME::SALOME_Exception) |
| execute a python script defined in the node | |
| void | Register () |
| Increase the reference count (mark as used by another object). | |
| void | UnRegister () |
| Decrease the reference count (release by another object). | |
| void | Destroy () |
| Obsolete, left for compatibility reasons only. Use UnRegister() instead. | |
| 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 |
| void SALOME::GenericObj::Register | ( | ) | [inherited] |
Increase the reference count (mark as used by another object).
| void SALOME::GenericObj::UnRegister | ( | ) | [inherited] |
Decrease the reference count (release by another object).
| void SALOME::GenericObj::Destroy | ( | ) | [inherited] |
Obsolete, left for compatibility reasons only. Use UnRegister() instead.