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

Class BlogPost

tests/fields/test_fields.py:2299–2300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2297 message = StringField()
2298
2299 class BlogPost(Document):
2300 comments = EmbeddedDocumentListField(Comments)
2301
2302 BlogPost.drop_collection()
2303

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…