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

Class ToEmbedParent

tests/fields/test_fields.py:2199–2203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2197 recursive = DynamicField()
2198
2199 class ToEmbedParent(Document):
2200 id = IntField(primary_key=True, default=1)
2201 recursive = DynamicField()
2202
2203 meta = {"allow_inheritance": True}
2204
2205 class ToEmbedChild(ToEmbedParent):
2206 pass

Callers

nothing calls this directly

Calls 2

IntFieldClass · 0.90
DynamicFieldClass · 0.90

Tested by

no test coverage detected