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

Method __contains__

join/LSH/datasketch/storage.py:123–124  ·  view source on GitHub ↗
(self, item)

Source from the content-addressed store, hash-verified

121 yield key
122
123 def __contains__(self, item):
124 return self.has_key(item)
125
126 @abstractmethod
127 def keys(self):

Callers

nothing calls this directly

Calls 1

has_keyMethod · 0.95

Tested by

no test coverage detected