Version: 9.12.0
parseConfigFile Namespace Reference

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'
 

Function Documentation

◆ __processConfigFile()

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

References _expandSystemVariables().

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'