cf.FieldList.all

FieldList.all()[source]

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

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

See cf.field.all for details.

Returns :out : cf.List

Previous topic

cf.FieldList.year

Next topic

cf.FieldList.anchor

This Page