Version: 9.16.0
parseConfigFile Namespace Reference

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"
 

Function Documentation

◆ __processConfigFile()

def parseConfigFile.__processConfigFile (   config,
  reserved = None,
  filename = "UNKNOWN FILENAME" 
)
private

Referenced by parseConfigFile().

◆ _expandSystemVariables()

def parseConfigFile._expandSystemVariables (   key,
  val 
)
private

◆ _trimColons()

def parseConfigFile._trimColons (   var)
private

Referenced by _expandSystemVariables().

◆ parseConfigFile()

def parseConfigFile.parseConfigFile (   filename,
  reserved = None 
)

References __processConfigFile().

Variable Documentation

◆ ADD_TO_PREFIX

string parseConfigFile.ADD_TO_PREFIX = "ADD_TO_"

◆ DEFAULT_VARS_SECTION_NAME

string parseConfigFile.DEFAULT_VARS_SECTION_NAME = "SALOME DEFAULT VALUES"

◆ logConfigParser

parseConfigFile.logConfigParser = logging.getLogger(__name__)

◆ UNSET_KEYWORD

string parseConfigFile.UNSET_KEYWORD = "UNSET"