(
self: SyncClientProtocol, name: str, path: str, start: int, stop: int
)
| 206 | |
| 207 | @overload |
| 208 | def arrtrim( |
| 209 | self: SyncClientProtocol, name: str, path: str, start: int, stop: int |
| 210 | ) -> int | list[int | None] | None: ... |
| 211 | |
| 212 | @overload |
| 213 | def arrtrim( |