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

Method remove_val

join/LSH/datasketch/storage.py:221–222  ·  view source on GitHub ↗
(self, key, val)

Source from the content-addressed store, hash-verified

219 del self._dict[key]
220
221 def remove_val(self, key, val):
222 self._dict[key].remove(val)
223
224 def insert(self, key, *vals, **kwargs):
225 self._dict[key].extend(vals)

Callers

nothing calls this directly

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected