MCPcopy Create free account
hub / github.com/piccolo-orm/piccolo / ne

Method ne

piccolo/query/operators/json.py:30–31  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

28 return self.__eq__(value)
29
30 def ne(self, value) -> QueryString:
31 return self.__ne__(value)
32
33
34class GetChildElement(JSONQueryString):

Callers

nothing calls this directly

Calls 1

__ne__Method · 0.95

Tested by

no test coverage detected