Data Structures | |
| class | MyParser |
| class | client |
Functions | |
| def | __parse_args (args) |
| def | __show_running_instances (list_of_instances) |
| def | __choose_in (choices) |
| def | __get_running_session (requested_port=None, lastInstanceByDefault=False) |
| def | start_client () |
| def | _prompt (environment=None, commands=None, message="Connecting to SALOME") |
| def | connect (args=None, env=None) |
Variables | |
| cmdBytes = sys.argv[1].encode() | |
| cmd = pickle.loads(cmdBytes) | |
| argv | |
| commands | |
|
private |
References __show_running_instances().
Referenced by __get_running_session().
|
private |
References __choose_in(), salome_utils.getUserName(), and ORBConfigFile.readORBConfigFile().
Referenced by connect().
|
private |
Referenced by connect().
|
private |
Referenced by __choose_in().
|
private |
References pythonpath_reduction.copy().
| def runConsole.connect | ( | args = None, |
|
env = None |
|||
| ) |
References __get_running_session(), and __parse_args().
Referenced by instances.TestLauncher.__connectToInstance(), and salomeContext.SalomeContext._runConsole().
| def runConsole.start_client | ( | ) |
References salome.salome_init().
| runConsole.argv |
| runConsole.cmd = pickle.loads(cmdBytes) |
Referenced by SALOME_LifeCycleCORBA.killOmniNames(), SALOME_ExternalServerLauncher.launchServer(), and main().
| runConsole.cmdBytes = sys.argv[1].encode() |
| runConsole.commands |