A Python reference implementation of the CF data model
Constructs.
__contains__
Implements membership test operators for construct keys.
x.__contains__(y) <==> y in x
New in version (cfdm): 1.7.0