Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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()
Callers
4
test_list_validation
Method · 0.70
test_sorted_list_sorting
Method · 0.70
test_embedded_document_validation
Method · 0.70
test_recursive_validation
Method · 0.70
Calls
3
StringField
Class · 0.90
IntField
Class · 0.90
EmbeddedDocumentField
Class · 0.90
Tested by
4
test_list_validation
Method · 0.56
test_sorted_list_sorting
Method · 0.56
test_embedded_document_validation
Method · 0.56
test_recursive_validation
Method · 0.56