MCPcopy Index your code
hub / github.com/python/cpython / invalidate_caches

Method invalidate_caches

Lib/zipimport.py:228–230  ·  view source on GitHub ↗

Invalidates the cache of file data of the archive path.

(self)

Source from the content-addressed store, hash-verified

226
227
228 def invalidate_caches(self):
229 """Invalidates the cache of file data of the archive path."""
230 _zip_directory_cache.pop(self.archive, None)
231
232
233 def __repr__(self):

Callers 1

_find_moduleFunction · 0.45

Calls 1

popMethod · 0.45

Tested by

no test coverage detected