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

Class Group

tests/test_context_managers.py:93–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 register_connection("testdb-1", "mongoenginetest2")
92
93 class Group(Document):
94 name = StringField()
95
96 Group.drop_collection()
97

Calls 4

StringFieldClass · 0.85
ReferenceFieldClass · 0.85
ListFieldClass · 0.85