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

Class B

tests/fields/test_fields.py:1227–1228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1225 txt = StringField()
1226
1227 class B(EmbeddedDocument):
1228 c = EmbeddedDocumentField(C, db_field="fc")
1229
1230 class A(Document):
1231 b = EmbeddedDocumentField(B, db_field="fb")

Calls 1