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

Function list_sort_ascending

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

Source from the content-addressed store, hash-verified

52
53
54def list_sort_ascending(size: int, rand: random.Random) -> list[float]:
55 return sorted(_random_data(size, rand))
56
57
58def list_sort_ascending_exchanged(size: int, rand: random.Random) -> list[float]:

Callers 5

list_sort_descendingFunction · 0.85
list_sort_duplicatesFunction · 0.85

Calls 1

_random_dataFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…