A Python reference implementation of the CF data model
Constructs.
__getitem__
Return a construct with the given key.
x.__getitem__(y) <==> x[y]
New in version (cfdm): 1.7.0