Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/wal-e/wal-e
/ flush
Method
flush
wal_e/pipebuf.py:262–264 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
260
flushed = self._partial_flush(65535)
261
262
def
flush(self):
263
while
self._bd.byteSz > 0:
264
self._partial_flush(0)
265
266
def
fileno(self):
267
return
self._fd
Callers
13
__exit__
Method · 0.80
do_lzop_put
Function · 0.80
__call__
Method · 0.80
_delete_batch
Method · 0.80
backup_list
Method · 0.80
acquire
Method · 0.80
write_and_return_error
Function · 0.80
write_and_return_error
Function · 0.80
write_and_return_error
Function · 0.80
write_and_return_error
Function · 0.80
write_and_return_error
Function · 0.80
produce
Function · 0.80
Calls
1
_partial_flush
Method · 0.95
Tested by
1
test_atomic_download
Function · 0.64