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

Method __iter__

join/LSH/datasketch/storage.py:119–121  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

117 return self.size()
118
119 def __iter__(self):
120 for key in self.keys():
121 yield key
122
123 def __contains__(self, item):
124 return self.has_key(item)

Callers

nothing calls this directly

Calls 1

keysMethod · 0.95

Tested by

no test coverage detected