Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BIT-DataLab/LakeBench
/ __len__
Method
__len__
join/LSH/datasketch/storage.py:116–117 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
114
return
self.remove(key)
115
116
def
__len__(self):
117
return
self.size()
118
119
def
__iter__(self):
120
for
key in self.keys():
Callers
nothing calls this directly
Calls
1
size
Method · 0.95
Tested by
no test coverage detected