mpas_tools.config.MpasConfigParser.__getitem__

MpasConfigParser.__getitem__(section)[source]

Get get the config options for a given section.

Parameters:

section (str) – The name of the section to retrieve.

Returns:

section_proxy (configparser.SectionProxy) – The config options for the given section.