(size: int, rand: random.Random)
| 44 | |
| 45 | |
| 46 | def list_sort(size: int, rand: random.Random) -> list[float]: |
| 47 | return _random_data(size, rand) |
| 48 | |
| 49 | |
| 50 | def list_sort_descending(size: int, rand: random.Random) -> list[float]: |
nothing calls this directly
no test coverage detected
searching dependent graphs…