MCPcopy
hub / github.com/redis/redis-py / nummultby

Method nummultby

redis/commands/json/commands.py:329–331  ·  view source on GitHub ↗
(
        self: SyncClientProtocol, name: str, path: str, number: int
    )

Source from the content-addressed store, hash-verified

327
328 @overload
329 def nummultby(
330 self: SyncClientProtocol, name: str, path: str, number: int
331 ) -> int | float | list[int | float | None]: ...
332
333 @overload
334 def nummultby(

Callers 4

test_nummultbyFunction · 0.80
test_nummultbyFunction · 0.80

Calls 2

_encodeMethod · 0.80
execute_commandMethod · 0.45

Tested by 4

test_nummultbyFunction · 0.64
test_nummultbyFunction · 0.64