cf.FieldList.remove_data

FieldList.remove_data()[source]

Remove and return the data array from each field.

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

See cf.Field.remove_data for details.

Returns :
out : cf.List

For each field, its data array, or None if it doesn’t have one.

Previous topic

cf.FieldList.remove_axis

Next topic

cf.FieldList.remove_item

This Page