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

Method __exit__

src/borg/cache.py:253–254  ·  view source on GitHub ↗
(self, exc_type, exc_val, exc_tb)

Source from the content-addressed store, hash-verified

251 return self
252
253 def __exit__(self, exc_type, exc_val, exc_tb):
254 self.close()
255
256 def exists(self):
257 return self.config_path.exists()

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected