MCPcopy
hub / github.com/borgbackup/borg / open

Method open

src/borg/cache.py:271–272  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

269 config.write(fd)
270
271 def open(self):
272 self.load()
273
274 def load(self):
275 self._config = configparser.ConfigParser(interpolation=None)

Callers 6

__enter__Method · 0.95
key_matchesMethod · 0.45
loadMethod · 0.45
openMethod · 0.45

Calls 1

loadMethod · 0.95

Tested by

no test coverage detected