MCPcopy
hub / github.com/django/django / close

Method close

django/utils/archive.py:98–99  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

96 self._archive.list()
97
98 def close(self):
99 self._archive.close()
100
101
102class BaseArchive:

Callers 9

__exit__Method · 0.95
charsMethod · 0.45
wordsMethod · 0.45
stopMethod · 0.45
close_allMethod · 0.45
_strip_onceFunction · 0.45
extractMethod · 0.45
closeMethod · 0.45
closeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected