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