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

Function is_not

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

predicateFunction · 0.70

Tested by

no test coverage detected