cf.Bounds.has_bounds

Bounds.has_bounds()[source]

Whether or not there are cell bounds.

This is always False.

New in version 1.7.4.

See also

has_data

Returns
bool

Always False.

Examples:

>>> f.has_bounds()
False