MCPcopy Create free account
hub / github.com/StackStorm/st2 / nequals

Function nequals

st2common/st2common/operators.py:170–172  ·  view source on GitHub ↗
(value, criteria_pattern)

Source from the content-addressed store, hash-verified

168
169
170def nequals(value, criteria_pattern):
171 value, criteria_pattern = ensure_operators_are_strings(value, criteria_pattern)
172 return value != criteria_pattern
173
174
175def iequals(value, criteria_pattern):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected