The Conventions CF property.
Examples
>>> f.Conventions = 'CF-1.5' >>> f.Conventions 'CF-1.5' >>> del f.Conventions
>>> f.setprop('Conventions', 'CF-1.5') >>> f.getprop('Conventions') 'CF-1.5' >>> f.delprop('Conventions')
cf.Field.comment
cf.Field._FillValue
Enter search terms or a module, class or function name.