Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BIT-DataLab/LakeBench
/ __exit__
Method
__exit__
join/LSH/datasketch/lsh.py:360–361 ·
view source on GitHub ↗
(self, exc_type, exc_val, exc_tb)
Source
from the content-addressed store, hash-verified
358
return
self
359
360
def
__exit__(self, exc_type, exc_val, exc_tb):
361
self.close()
362
363
def
close(self):
364
self.lsh.keys.empty_buffer()
Callers
nothing calls this directly
Calls
1
close
Method · 0.95
Tested by
no test coverage detected