Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/wal-e/wal-e
/ wal_directory
Method
wal_directory
wal_e/storage/base.py:294–295 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
292
part_name)
293
294
def
wal_directory(self):
295
return
self._api_path_prefix +
'wal_'
+ self.VERSION +
'/'
296
297
def
wal_path(self, wal_file_name):
298
self._error_on_unexpected_version()
Callers
3
wal_path
Method · 0.95
_delete_wals_before
Method · 0.80
delete_everything
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected