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

Method delete

wal_e/worker/base.py:31–37  ·  view source on GitHub ↗
(self, key)

Source from the content-addressed store, hash-verified

29 self._worker.kill(block=True)
30
31 def delete(self, key):
32 if self.closing:
33 raise exception.UserCritical(
34 msg='attempt to delete while closing Deleter detected',
35 hint='This should be reported as a bug.')
36
37 self._q.put(key)
38
39 def _work(self):
40 try:

Callers 15

_maybe_delete_keyMethod · 0.80
test_close_errorFunction · 0.80
apathetic_bucket_deleteFunction · 0.80
insistent_bucket_deleteFunction · 0.80
test_close_errorFunction · 0.80

Calls 1

putMethod · 0.80

Tested by 15

test_close_errorFunction · 0.64
test_close_errorFunction · 0.64
test_close_errorFunction · 0.64