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

Method __exit__

src/borg/repository.py:196–197  ·  view source on GitHub ↗
(self, exc_type, exc_val, exc_tb)

Source from the content-addressed store, hash-verified

194 return self
195
196 def __exit__(self, exc_type, exc_val, exc_tb):
197 self.close()
198
199 @property
200 def id_str(self):

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected