cf.FieldList.leap_year

FieldList.leap_year

The leap_year CF property of each field.

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

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

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

See cf.Field.leap_year for details.

Previous topic

cf.FieldList.leap_month

Next topic

cf.FieldList.long_name

This Page