Home
last modified time | relevance | path

Searched refs:_uncache (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_importlib.py108 self._uncache = uncache(*self.modules.keys())
109 self._uncache.__enter__()
113 self._uncache.__exit__(None, None, None)
/external/python/cpython3/Lib/test/test_importlib/
Dutil.py235 self._uncache = uncache(*self.modules.keys())
236 self._uncache.__enter__()
240 self._uncache.__exit__(None, None, None)
/external/python/setuptools/setuptools/command/
Deasy_install.py1788 _uncache(normalized_path, sys.path_importer_cache)
1861 def _uncache(normalized_path, cache): function