(
self: SyncClientProtocol, name: str, path: str, index: int, *args: JsonType
)
| 128 | |
| 129 | @overload |
| 130 | def arrinsert( |
| 131 | self: SyncClientProtocol, name: str, path: str, index: int, *args: JsonType |
| 132 | ) -> int | list[int | None] | None: ... |
| 133 | |
| 134 | @overload |
| 135 | def arrinsert( |