cf.CellMeasure.delprop

CellMeasure.delprop(prop)[source]

Delete a CF property.

See also

getprop, hasprop, setprop

Parameters:
prop : str

The name of the CF property.

Returns:

None

Examples:
>>> f.delprop('standard_name')
>>> f.delprop('foo')
AttributeError: Field doesn't have CF property 'foo'

Previous topic

cf.CellMeasure.delattr

Next topic

cf.CellMeasure.dump

This Page