MCPcopy 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

Calls 1

StringFieldClass · 0.90

Tested by 1