Data Structures | |
| class | MultiOptSafeConfigParser |
| class | MultiOrderedDict |
Functions | |
| def | _trimColons (var) |
| def | _expandSystemVariables (key, val) |
| def | __processConfigFile (config, reserved=None, filename="UNKNOWN FILENAME") |
| def | parseConfigFile (filename, reserved=None) |
Variables | |
| logConfigParser = logging.getLogger(__name__) | |
| string | ADD_TO_PREFIX = "ADD_TO_" |
| string | UNSET_KEYWORD = "UNSET" |
| string | DEFAULT_VARS_SECTION_NAME = "SALOME DEFAULT VALUES" |
|
private |
Referenced by parseConfigFile().
|
private |
References _trimColons().
Referenced by parseConfigFile.MultiOrderedDict.__setitem__().
|
private |
Referenced by _expandSystemVariables().
| def parseConfigFile.parseConfigFile | ( | filename, | |
reserved = None |
|||
| ) |
References __processConfigFile().
| string parseConfigFile.ADD_TO_PREFIX = "ADD_TO_" |
| string parseConfigFile.DEFAULT_VARS_SECTION_NAME = "SALOME DEFAULT VALUES" |
| parseConfigFile.logConfigParser = logging.getLogger(__name__) |
| string parseConfigFile.UNSET_KEYWORD = "UNSET" |