Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MongoEngine/mongoengine
/ ToEmbed
Class
ToEmbed
tests/fields/test_fields.py:2195–2197 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2193
field = DynamicField()
2194
2195
class
ToEmbed(Document):
2196
id = IntField(primary_key=True, default=1)
2197
recursive = DynamicField()
2198
2199
class
ToEmbedParent(Document):
2200
id = IntField(primary_key=True, default=1)
Callers
1
test_dynamicfield_dump_document
Method · 0.70
Calls
2
IntField
Class · 0.90
DynamicField
Class · 0.90
Tested by
1
test_dynamicfield_dump_document
Method · 0.56