cf.FieldList.any

FieldList.any()[source]

Test whether any data array elements evaluate to True for each field.

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

See cf.field.any for details.

Returns :out : cf.List

Previous topic

cf.FieldList.anchor

Next topic

cf.FieldList.aux

This Page