Home
last modified time | relevance | path

Searched refs:_zip_directory_cache (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Lib/test/libregrtest/
H A Drefleak.py49 zdc = zipimport._zip_directory_cache.copy()
167 zipimport._zip_directory_cache.clear()
168 zipimport._zip_directory_cache.update(zdc)
/third_party/python/Lib/
H A Dzipimport.py7 - _zip_directory_cache: a dict, mapping archive paths to zip directory
38 _zip_directory_cache = {} variable
92 files = _zip_directory_cache[path]
95 _zip_directory_cache[path] = files
333 _zip_directory_cache[self.archive] = self._files
335 _zip_directory_cache.pop(self.archive, None)
H A Dpkgutil.py374 dirlist = sorted(zipimport._zip_directory_cache[importer.archive])
/third_party/python/Lib/test/
H A Dtest_zipimport_support.py67 zipimport._zip_directory_cache.clear()
H A Dtest_zipimport.py87 zipimport._zip_directory_cache.clear()
552 self.assertIsNone(zipimport._zip_directory_cache.get(zi.archive))
866 zipimport._zip_directory_cache.clear()
H A Dtest_pkgutil.py632 zipimport._zip_directory_cache.clear()

Completed in 6 milliseconds