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

Method __exit__

src/borg/crypto/file_integrity.py:24–25  ·  view source on GitHub ↗
(self, exc_type, exc_val, exc_tb)

Source from the content-addressed store, hash-verified

22 return self
23
24 def __exit__(self, exc_type, exc_val, exc_tb):
25 self.fd.__exit__(exc_type, exc_val, exc_tb)
26
27 def tell(self):
28 return self.fd.tell()

Callers 2

__exit__Method · 0.45
__exit__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected