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

Class MyDoc2

tests/fields/test_fields.py:1263–1264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1261 self,
1262 ):
1263 class MyDoc2(Document):
1264 emb = EmbeddedDocumentField("MyFunkyDoc123")
1265
1266 class MyFunkyDoc123(EmbeddedDocument):
1267 name = StringField()

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected