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

Class CategoryList

tests/fields/test_fields.py:609–613  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

607 name = StringField()
608
609 class CategoryList(Document):
610 categories = SortedListField(
611 EmbeddedDocumentField(Category), ordering="count", reverse=True
612 )
613 name = StringField()
614
615 CategoryList.drop_collection()
616

Callers 1

Calls 3

SortedListFieldClass · 0.90
StringFieldClass · 0.90

Tested by 1