cf.FieldList.clip

FieldList.clip(*args, **kwargs)[source]

Clip (limit) the values in the data array of each field in place.

fl.clip(*args, **kwargs) is equivalent to for f in fl: f.clip(*args, **kwargs).

See cf.Field.clip for details.

Parameters :
args, kwargs : optional

See cf.Field.clip.

Returns :

None

Previous topic

cf.FieldList.chunk

Next topic

cf.FieldList.close

This Page