MCPcopy Index your code
hub / github.com/Standard-Intelligence/hertz-dev / isnt

Function isnt

utils/blocks.py:69–70  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

67 return v is not None
68
69def isnt(v):
70 return not exists(v)
71
72def truthyexists(v):
73 return exists(v) and v is not False

Callers 1

forwardMethod · 0.90

Calls 1

existsFunction · 0.85

Tested by

no test coverage detected