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

Method load_detail

wal_e/storage/base.py:146–147  ·  view source on GitHub ↗
(self, conn)

Source from the content-addressed store, hash-verified

144 self._details_loaded = False
145
146 def load_detail(self, conn):
147 raise NotImplementedError()
148
149
150class StorageLayout(object):

Callers 2

__iter__Method · 0.45
database_fetchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected