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

Method quantile

redis/commands/bf/commands.py:746–748  ·  view source on GitHub ↗
(
        self: SyncClientProtocol, key, quantile, *quantiles
    )

Source from the content-addressed store, hash-verified

744
745 @overload
746 def quantile(
747 self: SyncClientProtocol, key, quantile, *quantiles
748 ) -> ModuleListResponse: ...
749
750 @overload
751 def quantile(

Callers 6

dt_tdigest.pyFile · 0.80
home_prob_dts.pyFile · 0.80
test_tdigest_quantileFunction · 0.80
test_tdigest_quantileFunction · 0.80

Calls 1

execute_commandMethod · 0.45

Tested by 4

test_tdigest_quantileFunction · 0.64
test_tdigest_quantileFunction · 0.64