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

Class Room

tests/test_dereference.py:1068–1070  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1066 name = StringField(max_length=250, required=True)
1067
1068 class Room(Document):
1069 number = StringField(max_length=250, required=True)
1070 staffs_with_position = ListField(DictField())
1071
1072 Person.drop_collection()
1073 Room.drop_collection()

Callers

nothing calls this directly

Calls 3

StringFieldClass · 0.85
ListFieldClass · 0.85
DictFieldClass · 0.85

Tested by

no test coverage detected