cf.FieldList.history

FieldList.history

The history CF property of each field.

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

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

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

See cf.Field.history for details.

Previous topic

cf.FieldList.flag_values

Next topic

cf.FieldList.institution

This Page