Home
last modified time | relevance | path

Searched refs:makepath (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/
Dsite.py96 def makepath(*paths): function
139 dir, dircase = makepath(dir)
153 _, itemcase = makepath(item)
189 dir, dircase = makepath(sitedir, line)
216 sitedir, sitedircase = makepath(sitedir)
/third_party/python/Lib/test/
Dtest_site.py93 abs_dir, norm_dir = site.makepath(*path_parts)
102 for entry in [site.makepath(path)[1] for path in sys.path
112 self.assertIn(site.makepath(pth_file.good_dir_path)[0], sys.path)