(
self: SyncClientProtocol,
name: str,
path: str | None = Path.root_path(),
*args: JsonType,
)
| 54 | |
| 55 | @overload |
| 56 | def arrappend( |
| 57 | self: SyncClientProtocol, |
| 58 | name: str, |
| 59 | path: str | None = Path.root_path(), |
| 60 | *args: JsonType, |
| 61 | ) -> int | list[int | None] | None: ... |
| 62 | |
| 63 | @overload |
| 64 | def arrappend( |