MCPcopy
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
210class ZipArchive(BaseArchive):

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected