Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MongoEngine/mongoengine
/ __ne__
Method
__ne__
mongoengine/context_managers.py:254–255 ·
view source on GitHub ↗
(self, value)
Source
from the content-addressed store, hash-verified
252
return
value == counter
253
254
def
__ne__(self, value):
255
return
not self.__eq__(value)
256
257
def
__lt__(self, value):
258
return
self._get_count() < value
Callers
nothing calls this directly
Calls
1
__eq__
Method · 0.95
Tested by
no test coverage detected