Home
last modified time | relevance | path

Searched refs:change_root (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/distutils/tests/
Dtest_util.py10 from distutils.util import (get_platform, convert_path, change_root,
206 self.assertEqual(change_root('/root', '/old/its/here'),
208 self.assertEqual(change_root('/root', 'its/here'),
225 self.assertEqual(change_root('c:\\root', 'c:\\old\\its\\here'),
227 self.assertEqual(change_root('c:\\root', 'its\\here'),
233 change_root, 'c:\\root', 'its\\here')
/third_party/python/Lib/distutils/command/
Dinstall_data.py10 from distutils.util import change_root, convert_path
60 dir = change_root(self.root, dir)
Dinstall.py16 from distutils.util import convert_path, subst_vars, change_root
550 setattr(self, attr, change_root(self.root, getattr(self, attr)))
/third_party/python/Lib/distutils/
Dutil.py138 def change_root (new_root, pathname): function
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch1277 @@ -140,6 +163,10 @@ def change_root (new_root, pathname):
1288 @@ -149,9 +176,20 @@ def change_root (new_root, pathname):
/third_party/python/Doc/distutils/
Dapiref.rst1174 .. function:: change_root(new_root, pathname)