MCPcopy Index your code
hub / github.com/MongoEngine/mongoengine / __ne__

Method __ne__

mongoengine/base/document.py:306–307  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

304 return False
305
306 def __ne__(self, other):
307 return not self.__eq__(other)
308
309 def clean(self):
310 """

Callers

nothing calls this directly

Calls 1

__eq__Method · 0.95

Tested by

no test coverage detected