Searched refs:_normalize_cached (Results 1 – 1 of 1) sorted by relevance
1936 path_item = _normalize_cached(path_item)2119 sys_path = [_normalize_cached(p) for p in sys.path]2137 return safe_sys_path_index(_normalize_cached(os.sep.join(parts)))2144 module.__path__[:] = [_normalize_cached(p) for p in orig_path]2196 normalized = _normalize_cached(subpath)2198 if _normalize_cached(item) == normalized:2224 def _normalize_cached(filename, _cache={}): function2673 _normalize_cached(filename), os.path.basename(filename), metadata,2733 nloc = _normalize_cached(loc)2735 npath = [(p and _normalize_cached(p) or p) for p in path]