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