Searched refs:change_root (Results 1 – 6 of 6) sorted by relevance
/third_party/python/Lib/distutils/tests/ |
D | test_util.py | 10 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/ |
D | install_data.py | 10 from distutils.util import change_root, convert_path 60 dir = change_root(self.root, dir)
|
D | install.py | 16 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/ |
D | util.py | 138 def change_root (new_root, pathname): function
|
/third_party/python/patches/ |
D | cpython_mingw_v3.10.2.patch | 1277 @@ -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/ |
D | apiref.rst | 1174 .. function:: change_root(new_root, pathname)
|