cfdm.core.Properties.has_bounds

Properties.has_bounds()[source]

Whether or not there are cell bounds.

This is always False.

New in version (cfdm): 1.9.0.0

See also

has_data

Returns

False

Examples

>>> f = cfdm.core.Properties()
>>> f.has_bounds()
False