Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/borgbackup/borg
/ __exit__
Method
__exit__
src/borg/platform/base.py:178–179 ·
view source on GitHub ↗
(self, exc_type, exc_val, exc_tb)
Source
from the content-addressed store, hash-verified
176
return
self
177
178
def
__exit__(self, exc_type, exc_val, exc_tb):
179
self.close()
180
181
def
write(self, data):
182
self.f.write(data)
Callers
nothing calls this directly
Calls
1
close
Method · 0.95
Tested by
no test coverage detected