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.py248 self._uncache = uncache(*self.modules.keys())
249 self._uncache.__enter__()
253 self._uncache.__exit__(None, None, None)
/external/python/setuptools/setuptools/command/
Deasy_install.py1791 _uncache(normalized_path, sys.path_importer_cache)
1864 def _uncache(normalized_path, cache): function