Namespaces | |
| ORBConfigFile | |
Functions | |
| def | ORBConfigFile.readORBConfigFile (filename) |
| def | ORBConfigFile.fillOrbConfigFileNoNS (prefix, orbdata) |
| def | ORBConfigFile.getPrefix () |
| def | ORBConfigFile.writeORBConfigFileSSL (path, kwargs={}) |
| def | ORBConfigFile.writeORBConfigFile (path, host, port, kwargs={}) |
Variables | |
| ORBConfigFile.path = sys.argv[1] | |
| ORBConfigFile.host = sys.argv[2] | |
| ORBConfigFile.port = sys.argv[3] | |
| ORBConfigFile.argv = sys.argv[4:] | |
| dictionary | ORBConfigFile.kwargs = {} |
| ORBConfigFile.alist = str(a).split("=", 1) | |
| ORBConfigFile.opt = str(alist[0]) | |
| ORBConfigFile.arg = alist[1] | |