MCPcopy Index your code
hub / github.com/python/cpython / list_sort_descending

Function list_sort_descending

Tools/scripts/sortperf.py:50–51  ·  view source on GitHub ↗
(size: int, rand: random.Random)

Source from the content-addressed store, hash-verified

48
49
50def list_sort_descending(size: int, rand: random.Random) -> list[float]:
51 return list(reversed(list_sort_ascending(size, rand)))
52
53
54def list_sort_ascending(size: int, rand: random.Random) -> list[float]:

Callers

nothing calls this directly

Calls 2

listClass · 0.85
list_sort_ascendingFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…