Searched refs:_uncache (Results 1 – 3 of 3) sorted by relevance
108 self._uncache = uncache(*self.modules.keys())109 self._uncache.__enter__()113 self._uncache.__exit__(None, None, None)
235 self._uncache = uncache(*self.modules.keys())236 self._uncache.__enter__()240 self._uncache.__exit__(None, None, None)
1788 _uncache(normalized_path, sys.path_importer_cache)1861 def _uncache(normalized_path, cache): function