mpas_tools.config.MpasConfigParser.prepend¶
- MpasConfigParser.prepend(other)[source]¶
Prepend a deep copy of another config parser to this one. Config options from this config parser will take precedence over those from
other
.- Parameters:
other (mpas_tools.config.MpasConfigParser) – The other, higher priority config parser