Functions | |
| def | DumpComponent (SO, offset) |
| def | DumpStudy () |
Variables | |
| orb = CORBA.ORB_init([''], CORBA.ORB_ID) | |
| lcc = LifeCycleCORBA(orb) | |
| sg = SALOMEGUI_Swig() | |
| naming_service = SALOME_NamingServicePy_i(orb) | |
| myStudyName = sg.getStudyName() | |
| obj = naming_service.Resolve('/Study') | |
| myStudy = obj._narrow(SALOMEDS.Study) | |
| def KERNEL_PY.PyInterp.DumpComponent | ( | SO, | |
| offset | |||
| ) |
Referenced by KERNEL_PY.PyInterp.DumpStudy().
| def KERNEL_PY.PyInterp.DumpStudy | ( | ) |
References KERNEL_PY.PyInterp.DumpComponent().
| KERNEL_PY.PyInterp.lcc = LifeCycleCORBA(orb) |
| KERNEL_PY.PyInterp.myStudy = obj._narrow(SALOMEDS.Study) |
| KERNEL_PY.PyInterp.myStudyName = sg.getStudyName() |
| KERNEL_PY.PyInterp.naming_service = SALOME_NamingServicePy_i(orb) |
| KERNEL_PY.PyInterp.obj = naming_service.Resolve('/Study') |
| KERNEL_PY.PyInterp.orb = CORBA.ORB_init([''], CORBA.ORB_ID) |
| KERNEL_PY.PyInterp.sg = SALOMEGUI_Swig() |