cf.FieldList.hardmask

FieldList.hardmask

The hardmask attribute of each field.

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

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

See cf.Field.hardmask for details.

Previous topic

cf.FieldList.dtype

Next topic

cf.FieldList.isscalar

This Page