Searched refs:_path_split (Results 1 – 2 of 2) sorted by relevance
68 def _path_split(path): function320 head, tail = _path_split(path)377 head, pycache_filename = _path_split(path)385 head, pycache = _path_split(head)689 dirname = _path_split(location)[0]769 filename = _path_split(self.get_filename(fullname))[1]987 path = _path_join(_path_split(self.path)[0], resource)993 path = _path_join(_path_split(self.path)[0], resource)999 path = _path_join(_path_split(self.path)[0], name)1003 return iter(_os.listdir(_path_split(self.path)[0]))[all …]
79 dirname, basename = _bootstrap_external._path_split(path)