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

Class Test

tests/fields/test_fields.py:1203–1204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1201 number = IntField(default=0, db_field="i")
1202
1203 class Test(Document):
1204 embedded = EmbeddedDocumentField(Embedded, db_field="x")
1205
1206 Test.drop_collection()
1207

Callers 1

Calls 1

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…