cf.FieldList.Conventions

FieldList.Conventions

The Conventions CF property of each field.

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

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

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

See cf.Field.Conventions for details.

Previous topic

cf.FieldList.comment

Next topic

cf.FieldList._FillValue

This Page