A Python reference implementation of the CF data model
Bounds.
has_bounds
Whether or not there are cell bounds.
This is always False.
New in version (cfdm): 1.7.4
See also
has_data
bool
Always False.
Examples
>>> f = cfdm.Bounds() >>> f.has_bounds() False