cf.FieldList.flag_masks

FieldList.flag_masks

The flag_masks CF property of each field.

fl.flag_masks is equivalent to cf.List(f.flag_masks for f in fl).

fl.flag_masks = value is equivalent to for f in fl: f.flag_masks = value.

del fl.flag_masks is equivalent to for f in fl: del f.flag_masks.

See cf.Field.flag_masks for details.

Previous topic

cf.FieldList._FillValue

Next topic

cf.FieldList.flag_meanings

This Page