cf.Field.delprop

Field.delprop(prop)[source]

Delete a CF property.

Parameters :
prop : str

The name of the CF property.

Returns :

None

See also

delattr, getattr`, getprop`, setattr, `setprop

Examples

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

Previous topic

cf.Field.delattr

Next topic

cf.Field.dim

This Page