MCPcopy
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

stopMethod · 0.95
joinMethod · 0.95
cleanup_cacheMethod · 0.95

Tested by

no test coverage detected