Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MongoEngine/mongoengine
/ Person
Class
Person
tests/test_connection_mongomock.py:138–139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
136
)
137
138
class
Person(Document):
139
name = StringField()
140
141
Person.drop_collection()
142
assert Person.objects.limit(0).count(with_limit_and_skip=True) == 0
Callers
1
test_basic_queries_against_mongomock
Method · 0.70
Calls
1
StringField
Class · 0.90
Tested by
1
test_basic_queries_against_mongomock
Method · 0.56