Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ recipe-140328.py
File
recipe-140328.py
recipes/Python/140328_Sorting_with_deep_comparisons/recipe-140328.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
class
DeepSort(object):
# Python 2.2.x version
2
""
"
3
Sorts a list of objects by either attribute or index across a prioritized
4
group of attributes, indices, or both.
Callers
nothing calls this directly
Calls
2
randrange
Class · 0.90
DeepSort
Class · 0.85
Tested by
no test coverage detected