MCPcopy 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
expandQueryFunction · 0.45
expandQueryFunction · 0.45
expandQueryFunction · 0.45
query.pyFile · 0.45
_download_modelMethod · 0.45
_download_modelMethod · 0.45
query.pyFile · 0.45
query.pyFile · 0.45
remove_valMethod · 0.45
query.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected