_argsort
Module Contents
Functions
|
Get the indices of the sequence sorted by value. |
Attributes
- Item
- argsort(seq: Sequence[Item]) list[int]
Get the indices of the sequence sorted by value.
- Parameters:
seq – The sequence.
- Returns:
The indices.