
Public Member Functions | |
| def | __init__ (self, nodeName, code, poa, my_container) |
| def | execute (self, outargsname, argsin) |
| def | Register (self) |
| def | UnRegister (self) |
| def | Destroy (self) |
Data Fields | |
| nodeName | |
| code | |
| my_container | |
| ccode | |
| context | |
| poa | |
| cnt | |
The implementation of the PyScriptNode CORBA IDL that executes a script
| def SALOME_PyNode.PyScriptNode_i.__init__ | ( | self, | |
| nodeName, | |||
| code, | |||
| poa, | |||
| my_container | |||
| ) |
Initialize the node : compilation in the local context
| def SALOME_PyNode.PyScriptNode_i.execute | ( | self, | |
| outargsname, | |||
| argsin | |||
| ) |
Execute the script stored in attribute ccode with pickled args (argsin)