Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
150
class
StorageLayout(object):
Callers
2
__iter__
Method · 0.45
database_fetch
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected