Version: 9.12.0
PyInterp.py File Reference

Namespaces

 KERNEL_PY.PyInterp
 

Functions

def KERNEL_PY.PyInterp.DumpComponent (SO, offset)
 
def KERNEL_PY.PyInterp.DumpStudy ()
 

Variables

 KERNEL_PY.PyInterp.orb = CORBA.ORB_init([''], CORBA.ORB_ID)
 
 KERNEL_PY.PyInterp.lcc = LifeCycleCORBA(orb)
 
 KERNEL_PY.PyInterp.sg = SALOMEGUI_Swig()
 
 KERNEL_PY.PyInterp.naming_service = SALOME_NamingServicePy_i(orb)
 
 KERNEL_PY.PyInterp.myStudyName = sg.getStudyName()
 
 KERNEL_PY.PyInterp.obj = naming_service.Resolve('/Study')
 
 KERNEL_PY.PyInterp.myStudy = obj._narrow(SALOMEDS.Study)