cf.Transform.match

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

Test whether or not the transform satisfies the given conditions.

Returns :
out : bool

True if the transform satisfies the given criteria, False otherwise.

Examples

Previous topic

cf.Transform.identity

Next topic

cf.Transform.remove_all_pointers

This Page