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

Method __init__

wal_e/storage/base.py:138–144  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

136 'wal_segment_offset_backup_stop']
137
138 def __init__(self, **kwargs):
139 for field in self._fields:
140 setattr(self, field, kwargs.get(field, None))
141
142 self.layout = kwargs['layout']
143 self.spec = kwargs.get('spec', {})
144 self._details_loaded = False
145
146 def load_detail(self, conn):
147 raise NotImplementedError()

Callers

nothing calls this directly

Calls 1

getMethod · 0.80

Tested by

no test coverage detected