Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ __exit__
Method
__exit__
django/utils/archive.py:89–90 ·
view source on GitHub ↗
(self, exc_type, exc_value, traceback)
Source
from the content-addressed store, hash-verified
87
return
self
88
89
def
__exit__(self, exc_type, exc_value, traceback):
90
self.close()
91
92
def
extract(self, to_path):
93
self._archive.extract(to_path)
Callers
nothing calls this directly
Calls
1
close
Method · 0.95
Tested by
no test coverage detected