MCPcopy 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

Calls 1

StringFieldClass · 0.90

Tested by 1