mpas_tools.config.MpasConfigParser.getint

MpasConfigParser.getint(section, option)[source]

Get an option integer value for a given section.

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

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

Returns:

value (int) – The value of the config option