Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_files
Function · 0.45
tarfile_extract
Method · 0.45
tarfile_write
Method · 0.45
_segmentation_guts
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected