A Python reference implementation of the CF data model
Constructs.
__len__
Return the number of constructs.
x.__len__() <==> len(x)
New in version (cfdm): 1.7.0