Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MongoEngine/mongoengine
/ Embedded
Class
Embedded
tests/document/test_dynamic.py:205–206 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
203
""
"Ensure embedded dynamic documents may be validated"
""
204
205
class
Embedded(DynamicEmbeddedDocument):
206
content = URLField()
207
208
class
Doc(DynamicDocument):
209
pass
Callers
3
test_complex_embedded_document_validation
Method · 0.70
test_embedded_dynamic_document
Method · 0.70
test_complex_embedded_documents
Method · 0.70
Calls
1
URLField
Class · 0.85
Tested by
3
test_complex_embedded_document_validation
Method · 0.56
test_embedded_dynamic_document
Method · 0.56
test_complex_embedded_documents
Method · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…