(
self: SyncClientProtocol, name: str, path: str, number: int
)
| 304 | |
| 305 | @overload |
| 306 | def numincrby( |
| 307 | self: SyncClientProtocol, name: str, path: str, number: int |
| 308 | ) -> int | float | list[int | float | None]: ... |
| 309 | |
| 310 | @overload |
| 311 | def numincrby( |