cf.Variable.match

Variable.match(match=None, exact=False, match_all=True, regex=False, inverse=False)[source]

Determine whether or not a variable satisfies conditions.

Conditions may be specified on the variable’s attributes and CF properties.

Parameters :
Returns :
out : bool

Whether or not the variable matches the given criteria.

Examples

Previous topic

cf.Variable.mask_invalid

Next topic

cf.Variable.name

This Page