mpas_analysis.shared.io.namelist_streams_interface.NameList.__getitem__

NameList.__getitem__(key)[source]

Accessor for bracket notation, e.g., nml[‘field’]

Parameters:

key (str) – The key to get a value for

Returns:

value (Any) – The value associated with key