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

Function all

pattern/db/__init__.py:1140–1143  ·  view source on GitHub ↗

Returns a group of filters combined with AND.

(*args)

Source from the content-addressed store, hash-verified

1138 sql = SQL
1139
1140def all(*args):
1141 """ Returns a group of filters combined with AND.
1142 """
1143 return Group(*args, **dict(operator=AND))
1144
1145def any(*args):
1146 """ Returns a group of filters combined with OR.

Callers 1

fleiss_kappaFunction · 0.50

Calls 1

GroupClass · 0.70

Tested by

no test coverage detected