configPathFromName

configdict.configdict.configPathFromName(name, fmt='yaml')[source]

Given a config name, return the path where it should be saved

Parameters:
  • name (str) – the name of this config, with the format [prefix.]name

  • fmt – the format of the config (valid options: json, yaml)

Return type:

str

Returns:

the path corresponding to this config name