Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BIT-DataLab/LakeBench
/ remove
Method
remove
join/LSH/datasketch/storage.py:148–150 ·
view source on GitHub ↗
Remove `keys` from storage
(self, *keys)
Source
from the content-addressed store, hash-verified
146
147
@abstractmethod
148
def
remove(self, *keys):
149
''
'Remove `keys` from storage'
''
150
pass
151
152
@abstractmethod
153
def
remove_val(self, key, val):
Callers
11
__delitem__
Method · 0.95
expandQuery
Function · 0.45
expandQuery
Function · 0.45
expandQuery
Function · 0.45
query.py
File · 0.45
_download_model
Method · 0.45
_download_model
Method · 0.45
query.py
File · 0.45
query.py
File · 0.45
remove_val
Method · 0.45
query.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected