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

Method size

join/LSH/datasketch/storage.py:158–160  ·  view source on GitHub ↗

Return size of storage with respect to number of keys

(self)

Source from the content-addressed store, hash-verified

156
157 @abstractmethod
158 def size(self):
159 '''Return size of storage with respect to number of keys'''
160 pass
161
162 @abstractmethod
163 def itemcounts(self, **kwargs):

Callers 3

__len__Method · 0.95
mean_poolingMethod · 0.45
is_emptyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected