ana4Stats.probAna.fetchStartCfg

fetchStartCfg(comMod, onlyDefault, fileOverride)[source]

fetch start configuration of comMod if onlyDefault True and fileOverride path provided throw error

Parameters
  • comMod (computational module) – module where configuration is read from

  • onlyDefault (bool) – if True - read default config and not local

  • fileOverride (pathlib path) – path to optional override configuration file

Returns

cfgStart – configuration object of comMod

Return type

configparser object