Return the elements which match the given conditions.
The match conditions are passed to each element’s match method in turn.
As for a variable’s match method.
A new list containing the matching elements.
Examples
>>> fl [<> <>] >>> fl.select(attr={'standard_name': 'air_temperature'}) [<>]
cf.FieldList.reverse
cf.FieldList.set_equals
Enter search terms or a module, class or function name.