Method
sort
(
self: SyncClientProtocol,
name: KeyT,
start: int | None = None,
num: int | None = None,
by: str | None = None,
get: list[str] | None = None,
desc: bool = False,
alpha: bool = False,
store: str | None = None,
groups: bool | None = False,
)
Source from the content-addressed store, hash-verified
| 5220 | |
| 5221 | @overload |
| 5222 | def sort( |
| 5223 | self: SyncClientProtocol, |
| 5224 | name: KeyT, |
| 5225 | start: int | None = None, |
| 5226 | num: int | None = None, |
| 5227 | by: str | None = None, |
| 5228 | get: list[str] | None = None, |
| 5229 | desc: bool = False, |
| 5230 | alpha: bool = False, |
| 5231 | store: str | None = None, |
| 5232 | groups: bool | None = False, |
| 5233 | ) -> SortResponse: ... |
| 5234 | |
| 5235 | @overload |
| 5236 | def sort( |