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

Method __le__

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

Source from the content-addressed store, hash-verified

258 return self._get_count() < value
259
260 def __le__(self, value):
261 return self._get_count() <= value
262
263 def __gt__(self, value):
264 return self._get_count() > value

Callers

nothing calls this directly

Calls 1

_get_countMethod · 0.95

Tested by

no test coverage detected