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

Class Comment

tests/fields/test_fields.py:455–456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

453 pass
454
455 class Comment(EmbeddedDocument):
456 content = StringField()
457
458 class BlogPost(Document):
459 content = StringField()

Calls 3

StringFieldClass · 0.90
IntFieldClass · 0.90