cfdm.Datum.__bool__

Datum.__bool__()[source]

Called by the bool built-in function.

x.__bool__() <==> bool(x)

New in version (cfdm): 1.7.0