Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ close
Method
close
django/utils/archive.py:206–207 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
204
extracted.close()
205
206
def
close(self):
207
self._archive.close()
208
209
210
class
ZipArchive(BaseArchive):
Callers
nothing calls this directly
Calls
1
close
Method · 0.45
Tested by
no test coverage detected