MCPcopy Create free account
hub / github.com/BIT-DataLab/LakeBench / __init__

Method __init__

join/LSH/datasketch/storage.py:889–894  ·  view source on GitHub ↗
(self, connection_pool, response_callbacks, transaction, buffer_size,
                     shard_hint=None)

Source from the content-addressed store, hash-verified

887 '''
888
889 def __init__(self, connection_pool, response_callbacks, transaction, buffer_size,
890 shard_hint=None):
891 self._buffer_size = buffer_size
892 super(RedisBuffer, self).__init__(
893 connection_pool, response_callbacks, transaction,
894 shard_hint=shard_hint)
895
896 @property
897 def buffer_size(self):

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected