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

Class Author

tests/fields/test_fields.py:2081–2082  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2079 """Ensure that a validation result to_dict is available."""
2080
2081 class Author(EmbeddedDocument):
2082 name = StringField(required=True)
2083
2084 class Comment(EmbeddedDocument):
2085 author = EmbeddedDocumentField(Author, required=True)

Callers 1

Calls 1

StringFieldClass · 0.90

Tested by 1