MCPcopy 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

1class 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

randrangeClass · 0.90
DeepSortClass · 0.85

Tested by

no test coverage detected