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

Method key_name

wal_e/storage/base.py:306–307  ·  view source on GitHub ↗
(self, key)

Source from the content-addressed store, hash-verified

304 return self._url_tup.netloc
305
306 def key_name(self, key):
307 return key.name.lstrip('/')
308
309 def key_last_modified(self, key):
310 if hasattr(key, 'last_modified'):

Callers 5

__iter__Method · 0.80
_maybe_delete_keyMethod · 0.80
_delete_wals_beforeMethod · 0.80
delete_with_retentionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected