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

Method __gt__

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

Source from the content-addressed store, hash-verified

261 return self._get_count() <= value
262
263 def __gt__(self, value):
264 return self._get_count() > value
265
266 def __ge__(self, value):
267 return self._get_count() >= value

Callers

nothing calls this directly

Calls 1

_get_countMethod · 0.95

Tested by

no test coverage detected