_argsort

Module Contents

Functions

argsort(→ list[int])

Get the indices of the sequence sorted by value.

Attributes

Item

Item
argsort(seq: Sequence[Item]) list[int]

Get the indices of the sequence sorted by value.

Parameters:

seq – The sequence.

Returns:

The indices.