Variables | |
| list | BASE = os.environ["MED_ROOT_DIR"] |
| tuple | fileName = os.path.join( BASE, 'pointe.med' ) |
| tuple | orb = CORBA.ORB_init([''], CORBA.ORB_ID) |
| tuple | lcc = LifeCycleCORBA(orb) |
| tuple | C = lcc.FindOrLoadComponent("FactoryServerPy", "Compo1Py") |
| tuple | mDistant = C.Calcul1() |
| tuple | mDistantCopy = MESHClient(mDistant) |
| tuple TestMedCorba8::BASE = os.environ["MED_ROOT_DIR"] |
| tuple TestMedCorba8::fileName = os.path.join( BASE, 'pointe.med' ) |
| tuple TestMedCorba8.orb = CORBA.ORB_init([''], CORBA.ORB_ID) |
| tuple TestMedCorba8.lcc = LifeCycleCORBA(orb) |
| tuple TestMedCorba8.C = lcc.FindOrLoadComponent("FactoryServerPy", "Compo1Py") |
| tuple TestMedCorba8.mDistant = C.Calcul1() |
| tuple TestMedCorba8.mDistantCopy = MESHClient(mDistant) |