load_config_rc#

andes.system.load_config_rc(conf_path=None)[source]#

Load config from an rc-formatted file.

Parameters:
conf_pathNone or str

Path to the config file. If is None, the function body will not run.

Returns:
configparse.ConfigParser