cf.Field.comment

Field.comment

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')

Previous topic

cf.Field.cell_methods

Next topic

cf.Field.Conventions

This Page