Data Structures | |
| class | MultiOptSafeConfigParser |
Functions | |
| def | _expandSystemVariables (key, val) |
| def | parseConfigFile (filename, reserved=None) |
| def | __processConfigFile (config, reserved=None, filename="UNKNOWN FILENAME") |
| def | _trimColons (var) |
Variables | |
| logConfigParser = logging.getLogger(__name__) | |
| string | ADD_TO_PREFIX = 'ADD_TO_' |
| string | UNSET_KEYWORD = 'UNSET' |
| string | DEFAULT_VARS_SECTION_NAME = 'SALOME DEFAULT VALUES' |
|
private |
References _expandSystemVariables().
Referenced by parseConfigFile().
|
private |
References _trimColons().
Referenced by __processConfigFile(), and parseConfigFile.MultiOptSafeConfigParser._read().
|
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' |