System.load_config#

static System.load_config(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