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

Class SubDoc

tests/queryset/test_transform.py:343–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341 index = IntField()
342
343 class SubDoc(EmbeddedDocument):
344 heading = ListField(StringField())
345 text = EmbeddedDocumentListField(Word)
346
347 class MainDoc(Document):
348 title = StringField()

Callers

nothing calls this directly

Calls 3

ListFieldClass · 0.85
StringFieldClass · 0.85

Tested by

no test coverage detected