in3Utils.cfgUtils.getDefaultModuleConfig

getDefaultModuleConfig(module, toPrint=True)[source]

Returns the default configuration for a given module returns a configParser object

module object: modulethe calling function provides the already imported

module eg.: from avaframe.com2AB import com2AB leads to getModuleConfig(com2AB) whereas from avaframe.com2AB import com2AB as c2 leads to getModuleConfig(c2)