Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MongoEngine/mongoengine
/ IntegerSetting
Class
IntegerSetting
tests/fields/test_fields.py:1158–1159 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1156
value = StringField()
1157
1158
class
IntegerSetting(SettingBase):
1159
value = IntField()
1160
1161
class
Simple(Document):
1162
mapping = ListField()
Callers
1
test_list_field_complex
Method · 0.70
Calls
1
IntField
Class · 0.90
Tested by
1
test_list_field_complex
Method · 0.56