mpas_tools.config.MpasConfigParser.append

MpasConfigParser.append(other)[source]

Append a deep copy of another config parser to this one. Config options from other will take precedence over those from this config parser.

Parameters:

other (mpas_tools.config.MpasConfigParser) – The other, higher priority config parser