Delete a named attribute.
f.delattr(attr) is equivalent to delattr(f, attr).
The attribute’s name.
None
See also
getattr, hasattr, setattr
Examples
>>> f.foo -99 >>> f.delattr('foo') >>> getattr(f, 'foo', 'bar') 'bar'
cf.Coordinate.datum
cf.Coordinate.delprop
Enter search terms or a module, class or function name.