cf.FieldList.dtype

FieldList.dtype

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.

Previous topic

cf.FieldList.data

Next topic

cf.FieldList.hardmask

This Page