Return a list of booleans showing which elements match the given conditions.
The match conditions are passed to each element’s match method in turn.
Parameters : |
|
---|---|
Returns : |
|
Examples
>>> fl
[<>
<>]
>>> fl.match(attr={'standard_name': 'air_temperature'})
[True, False]