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

Method close

wal_e/tar_partition.py:95–96  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

93 return ret + b'\0' * (max_readable - lenret)
94
95 def close(self):
96 return self.underlying_fp.close()
97
98 def __enter__(self):
99 return self

Callers 5

__exit__Method · 0.95
_fsync_filesFunction · 0.45
tarfile_extractMethod · 0.45
tarfile_writeMethod · 0.45
_segmentation_gutsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected