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

Method __delitem__

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

Source from the content-addressed store, hash-verified

111 return self.get(key)
112
113 def __delitem__(self, key):
114 return self.remove(key)
115
116 def __len__(self):
117 return self.size()

Callers

nothing calls this directly

Calls 1

removeMethod · 0.95

Tested by

no test coverage detected