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

Class B

tests/document/test_inheritance.py:272–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270 meta = {"allow_inheritance": True, "indexes": ["a"]}
271
272 class B(Document):
273 b = StringField()
274
275 meta = {"allow_inheritance": True, "indexes": ["b"]}
276
277 class C(A, B):
278 pass

Callers

nothing calls this directly

Calls 1

StringFieldClass · 0.90

Tested by

no test coverage detected