Parameters: |
- value : object
The value which a variable is to be compared with.
- units : str or cf.Units, optional
The units of value. By default, the same units as the
variable being tested are assumed, if applicable.
- exact : bool, optional
If False then string values are to be treated as regular
expressions understood by the re module and are
evaluated using the re.match method.
- attr : str, optional
Return a query object for a variable’s attr attribute.
|