cf.FullArray.get_full_value¶
- FullArray.get_full_value(default=AttributeError())[source]¶
Return the data array fill value.
Added in version (cfdm): 1.12.0.0
See also
- Parameters:
- default: optional
Return the value of the default parameter if the fill value has not been set. If set to an
Exception
instance then it will be raised instead.
- Returns:
The fill value.