The cell_methods CF property of each field.
fl.cell_methods is equivalent to cf.List(f.cell_methods for f in fl).
fl.cell_methods = value is equivalent to for f in fl: f.cell_methods = value.
del fl.cell_methods is equivalent to for f in fl: del f.cell_methods.
See cf.Field.cell_methods for details.