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)
248 self._uncache = uncache(*self.modules.keys())249 self._uncache.__enter__()253 self._uncache.__exit__(None, None, None)
1791 _uncache(normalized_path, sys.path_importer_cache)1864 def _uncache(normalized_path, cache): function