Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_key
Method · 0.80
_delete_base_backups_before
Method · 0.80
_delete_wals_before
Method · 0.80
delete_with_retention
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected