SALOME_PyNode::PyNode_i Class Reference
Public Member Functions |
| def | __init__ |
| def | execute |
|
def | __init__ |
|
def | Register |
|
def | Destroy |
Data Fields |
|
| nodeName |
|
| code |
|
| context |
|
| poa |
|
| cnt |
Detailed Description
The implementation of the PyNode CORBA IDL
Member Function Documentation
| def SALOME_PyNode::PyNode_i::__init__ |
( |
|
self, |
|
|
|
nodeName, |
|
|
|
code, |
|
|
|
poa | |
|
) |
| | |
Initialize the node : compilation in the local context
| def SALOME_PyNode::PyNode_i::execute |
( |
|
self, |
|
|
|
funcName, |
|
|
|
argsin | |
|
) |
| | |
Execute the function funcName found in local context with pickled args (argsin)