cfdm.Field.has_bounds

Field.has_bounds()[source]

Whether or not there are cell bounds.

This is always False.

Added in version (cfdm): 1.7.4

See also

has_data

Returns:
bool

Always False.

Examples

>>> f = cfdm.Field()
>>> f.has_bounds()
False