Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/uber/petastorm
/ __exit__
Method
__exit__
petastorm/reader.py:727–730 ·
view source on GitHub ↗
(self, exc_type, exc_val, exc_tb)
Source
from the content-addressed store, hash-verified
725
return
self
726
727
def
__exit__(self, exc_type, exc_val, exc_tb):
728
self.stop()
729
self.join()
730
self.cleanup_cache()
Callers
nothing calls this directly
Calls
3
stop
Method · 0.95
join
Method · 0.95
cleanup_cache
Method · 0.95
Tested by
no test coverage detected