Public Member Functions | |
def | __init__ |
def | defineNewCustomVar |
def | executeAnotherPieceOfCode |
def | execute |
def | Register |
def | UnRegister |
def | Destroy |
Data Fields | |
nodeName | |
code | |
my_container | |
context | |
poa | |
cnt | |
The implementation of the PyNode CORBA IDL
def SALOME_PyNode.PyNode_i.__init__ | ( | self, | |
nodeName, | |||
code, | |||
poa, | |||
my_container | |||
) |
Initialize the node : compilation in the local context
def SALOME_PyNode.PyNode_i.executeAnotherPieceOfCode | ( | self, | |
code | |||
) |
Called for initialization of container lodging self.
def SALOME_PyNode.PyNode_i.execute | ( | self, | |
funcName, | |||
argsin | |||
) |
Execute the function funcName found in local context with pickled args (argsin)