MCPcopy Create free account
hub / github.com/wal-e/wal-e / __exit__

Method __exit__

wal_e/tar_partition.py:101–103  ·  view source on GitHub ↗
(self, exc_type, exc_val, exc_tb)

Source from the content-addressed store, hash-verified

99 return self
100
101 def __exit__(self, exc_type, exc_val, exc_tb):
102 self.close()
103 return False
104
105
106class TarMemberTooBigError(UserException):

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected