cfdm.Count.has_bounds

Count.has_bounds()[source]

Whether or not there are cell bounds.

This is always False.

New in version (cfdm): 1.7.4

See also

has_data

Returns
bool

Always False.

Examples

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