MCPcopy Index your code
hub / github.com/clips/pattern / any

Function any

pattern/db/__init__.py:1145–1148  ·  view source on GitHub ↗

Returns a group of filters combined with OR.

(*args)

Source from the content-addressed store, hash-verified

1143 return Group(*args, **dict(operator=AND))
1144
1145def any(*args):
1146 """ Returns a group of filters combined with OR.
1147 """
1148 return Group(*args, **dict(operator=OR))
1149
1150# From a GET-query dict:
1151# all(*dict.items())

Callers 2

cmpFunction · 0.85
assessmentsMethod · 0.85

Calls 1

GroupClass · 0.70

Tested by

no test coverage detected