Return True if a CF property exists, otherise False.
The name of the property.
True if the CF property exists, otherwise False.
See also
delprop, getprop, setprop
Examples
>>> f.hasprop('standard_name') True >>> f.hasprop('foo') False
cf.Variable.hasattr
cf.Variable.identity
Enter search terms or a module, class or function name.