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