SALOME documentation central

SALOME_PyNode::PyNode_i Class Reference

Inheritance diagram for SALOME_PyNode::PyNode_i:

Public Member Functions

def __init__
def execute
def Register
def Destroy

Data Fields

 nodeName
 code
 context
 poa
 cnt

Detailed Description

The implementation of the PyNode CORBA IDL

Constructor & Destructor Documentation

def SALOME_PyNode::PyNode_i::__init__ (   self,
  nodeName,
  code,
  poa 
)
Initialize the node : compilation in the local context

Member Function Documentation

def SALOME_PyNode::PyNode_i::execute (   self,
  funcName,
  argsin 
)
Execute the function funcName found in local context with pickled args (argsin)