The Units attribute of each field.
fl.Units is equivalent to cf.List(f.Units for f in fl).
fl.Units = value is equivalent to for f in fl: f.Units = value.
del fl.Units is equivalent to for f in fl: del f.Units.
See cf.Field.Units for details.
cf.FieldList.unique
cf.FieldList.varray
Enter search terms or a module, class or function name.