MCPcopy Index your code
hub / github.com/mongodb/mongo-python-driver / is_not

Function is_not

test/qcheck.py:226–227  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

224
225def isnt(predicate):
226 def is_not(x):
227 return not predicate(x)
228
229 return is_not
230

Callers

nothing calls this directly

Calls 1

predicateFunction · 0.70

Tested by

no test coverage detected