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

Function list_sort

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

Source from the content-addressed store, hash-verified

44
45
46def list_sort(size: int, rand: random.Random) -> list[float]:
47 return _random_data(size, rand)
48
49
50def list_sort_descending(size: int, rand: random.Random) -> list[float]:

Callers

nothing calls this directly

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…