Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MongoEngine/mongoengine
/ __ge__
Method
__ge__
mongoengine/context_managers.py:266–267 ·
view source on GitHub ↗
(self, value)
Source
from the content-addressed store, hash-verified
264
return
self._get_count() > value
265
266
def
__ge__(self, value):
267
return
self._get_count() >= value
268
269
def
__int__(self):
270
return
self._get_count()
Callers
nothing calls this directly
Calls
1
_get_count
Method · 0.95
Tested by
no test coverage detected