cfdm.core.Constructs.__contains__

Constructs.__contains__(key)[source]

Implements membership test operators for construct keys.

x.__contains__(y) <==> y in x

New in version (cfdm): 1.7.0