mpas_tools.config.MpasConfigParser.get

MpasConfigParser.get(section, option)[source]

Get an option value for a given section.

Parameters:
  • section (str) – The name of the config section

  • option (str) – The name of the config option

Returns:

value (str) – The value of the config option