MCPcopy 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_putFunction · 0.80
__call__Method · 0.80
_delete_batchMethod · 0.80
backup_listMethod · 0.80
acquireMethod · 0.80
write_and_return_errorFunction · 0.80
write_and_return_errorFunction · 0.80
write_and_return_errorFunction · 0.80
write_and_return_errorFunction · 0.80
write_and_return_errorFunction · 0.80
produceFunction · 0.80

Calls 1

_partial_flushMethod · 0.95

Tested by 1

test_atomic_downloadFunction · 0.64