MCPcopy Index your code
hub / github.com/MongoEngine/mongoengine / ModelWithColor

Class ModelWithColor

tests/fields/test_enum_field.py:153–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151
152
153class ModelWithColor(Document):
154 color = EnumField(Color, default=Color.RED)
155
156
157class TestIntEnumField(MongoDBTestCase):

Callers 4

test_enum_with_intMethod · 0.85
test_validate_modelMethod · 0.85

Calls 1

EnumFieldClass · 0.90

Tested by 4

test_enum_with_intMethod · 0.68
test_validate_modelMethod · 0.68