(
self,
*,
axis: Axis = ...,
level: IndexLabel = ...,
ascending: bool | Sequence[bool] = ...,
inplace: Literal[True],
kind: SortKind = ...,
na_position: NaPosition = ...,
sort_remaining: bool = ...,
ignore_index: bool = ...,
key: IndexKeyFunc = ...,
)
| 8404 | |
| 8405 | @overload |
| 8406 | def sort_index( |
| 8407 | self, |
| 8408 | *, |
| 8409 | axis: Axis = ..., |
| 8410 | level: IndexLabel = ..., |
| 8411 | ascending: bool | Sequence[bool] = ..., |
| 8412 | inplace: Literal[True], |
| 8413 | kind: SortKind = ..., |
| 8414 | na_position: NaPosition = ..., |
| 8415 | sort_remaining: bool = ..., |
| 8416 | ignore_index: bool = ..., |
| 8417 | key: IndexKeyFunc = ..., |
| 8418 | ) -> None: ... |
| 8419 | |
| 8420 | @overload |
| 8421 | def sort_index( |
no outgoing calls