Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
test_embedded_db_field
Method · 0.70
Calls
1
EmbeddedDocumentField
Class · 0.90
Tested by
1
test_embedded_db_field
Method · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…