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