Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MongoEngine/mongoengine
/ Comment
Class
Comment
tests/queryset/test_field_list.py:191–193 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
189
email = StringField()
190
191
class
Comment(EmbeddedDocument):
192
title = StringField()
193
text = StringField()
194
195
class
VariousData(EmbeddedDocument):
196
some = BooleanField()
Callers
2
test_only_with_subfields
Method · 0.70
test_exclude
Method · 0.70
Calls
1
StringField
Class · 0.85
Tested by
2
test_only_with_subfields
Method · 0.56
test_exclude
Method · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…