Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MongoEngine/mongoengine
/ Shop
Class
Shop
tests/queryset/test_transform.py:378–379 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
376
meta = {
"strict"
: False}
377
378
class
Shop(Document):
379
drinks = EmbeddedDocumentListField(Drink)
380
381
Shop.drop_collection()
382
drinks = [Drink(id=
"drink_1"
), Drink(id=
"drink_2"
)]
Callers
nothing calls this directly
Calls
1
EmbeddedDocumentListField
Class · 0.85
Tested by
no test coverage detected