cf.FieldList.calendar

FieldList.calendar

The calendar CF property of each field.

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

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

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

See cf.Field.calendar for details.

Previous topic

cf.FieldList.add_offset

Next topic

cf.FieldList.cell_methods

This Page