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

Method new_connection

wal_e/operator/backup.py:43–44  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

41 self.exceptions = []
42
43 def new_connection(self):
44 return self.cinfo.connect(self.creds)
45
46 def backup_list(self, query, detail):
47 """

Callers 5

database_fetchMethod · 0.95
delete_allMethod · 0.95
delete_beforeMethod · 0.95
delete_with_retentionMethod · 0.95
_backup_listMethod · 0.95

Calls 1

connectMethod · 0.45

Tested by

no test coverage detected