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

Class Doc

tests/queryset/test_modify.py:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13
14class Doc(Document):
15 id = IntField(primary_key=True)
16 value = IntField()
17
18
19class TestFindAndModify(unittest.TestCase):

Calls 1

IntFieldClass · 0.90