cf.Field.comment

Field.comment

The comment CF attribute.

Examples

>>> f.comment = 'a comment'
>>> f.comment
'a comment'
>>> del f.comment

Previous topic

cf.Field.cell_methods

Next topic

cf.Field.Conventions

This Page