Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
test_reverse_list_sorting
Method · 0.85
Calls
3
SortedListField
Class · 0.90
EmbeddedDocumentField
Class · 0.90
StringField
Class · 0.90
Tested by
1
test_reverse_list_sorting
Method · 0.68