Module to get information about user and version. More...
Data Structures | |
| class | Identity |
Functions | |
| def | getShortHostName () |
| def | getapplipath () |
| def | version () |
Variables | |
| string | versnb = "" |
| string | dirname = ".salome" |
Module to get information about user and version.
| def Utils_Identity.getapplipath | ( | ) |
Gives short application path (the complete path is $HOME/$APPLI)
| def Utils_Identity.getShortHostName | ( | ) |
gives Hostname without domain extension. SALOME naming service needs short Hostnames (without domain extension). HOSTNAME is not always defined in environment, socket.gethostname() gives short or complete Hostname, depending on defined aliases.
Referenced by killSalomeWithPort.__guessPiDictFilename(), runSession.configureSession(), SALOME_ContainerPy.SALOME_ContainerPy_i.start_impl(), runSalomeOld.startSalome(), LifeCycleCORBA_SWIGTest.LifeCycleCORBA_SWIGTest.test006_FindOrLoad_Component_LaunchContainerHostname(), and LifeCycleCORBA_SWIGTest.LifeCycleCORBA_SWIGTest.test007_FindOrLoad_Component_SameContainer().
| def Utils_Identity.version | ( | ) |
Gives salome version number
Referenced by SALOMEDS_AttributeStudyProperties_i.GetComponentVersion().
| string Utils_Identity.dirname = ".salome" |
Referenced by NamingServiceTest.testCreateDirectory().
| string Utils_Identity.versnb = "" |