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

Method __enter__

join/LSH/datasketch/lsh.py:357–358  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

355 self.lsh.buffer_size = buffer_size
356
357 def __enter__(self):
358 return self
359
360 def __exit__(self, exc_type, exc_val, exc_tb):
361 self.close()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected