Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/borgbackup/borg
/ __exit__
Method
__exit__
src/borg/cache.py:995–997 ·
view source on GitHub ↗
(self, exc_type, exc_val, exc_tb)
Source
from the content-addressed store, hash-verified
993
return
self
994
995
def
__exit__(self, exc_type, exc_val, exc_tb):
996
self.close()
997
self._chunks = None
998
999
def
create(self):
1000
""
"Create a new empty cache at `self.path`"
""
Callers
nothing calls this directly
Calls
1
close
Method · 0.95
Tested by
no test coverage detected