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

Method __lt__

mongoengine/context_managers.py:257–258  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

255 return not self.__eq__(value)
256
257 def __lt__(self, value):
258 return self._get_count() < value
259
260 def __le__(self, value):
261 return self._get_count() <= value

Callers

nothing calls this directly

Calls 1

_get_countMethod · 0.95

Tested by

no test coverage detected