cf.FieldList.month_lengths

FieldList.month_lengths

The month_lengths CF property of each field.

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

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

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

See cf.Field.month_lengths for details.

Previous topic

cf.FieldList.missing_value

Next topic

cf.FieldList.references

This Page