Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
test_recursive_validation
Method · 0.70
Calls
1
StringField
Class · 0.90
Tested by
1
test_recursive_validation
Method · 0.56