HPS-MC
hpsmc._config Namespace Reference

Functions

def _read_global_config ()
 Read global configuration files. More...
 
def convert_config_value (val)
 Convert config value to Python readable value. More...
 

Function Documentation

◆ _read_global_config()

def hpsmc._config._read_global_config ( )
private

Read global configuration files.

Parameters
filenamename of json file
Returns
a ConfigParser object with the configuration settings

Definition at line 12 of file _config.py.

◆ convert_config_value()

def hpsmc._config.convert_config_value (   val)

Convert config value to Python readable value.

Definition at line 24 of file _config.py.