MCPcopy 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_pathMethod · 0.95
_delete_wals_beforeMethod · 0.80
delete_everythingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected