Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MongoEngine/mongoengine
/ StringSetting
Class
StringSetting
tests/fields/test_fields.py:1155–1156 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1153
meta = {
"allow_inheritance"
: True}
1154
1155
class
StringSetting(SettingBase):
1156
value = StringField()
1157
1158
class
IntegerSetting(SettingBase):
1159
value = IntField()
Callers
1
test_list_field_complex
Method · 0.70
Calls
1
StringField
Class · 0.90
Tested by
1
test_list_field_complex
Method · 0.56