Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/distutils/tests/
Dtest_util.py10 from distutils.util import (get_platform, convert_path, change_root,
205 self.assertEqual(change_root('/root', '/old/its/here'),
207 self.assertEqual(change_root('/root', 'its/here'),
224 self.assertEqual(change_root('c:\\root', 'c:\\old\\its\\here'),
226 self.assertEqual(change_root('c:\\root', 'its\\here'),
232 change_root, 'c:\\root', 'its\\here')
/external/python/cpython3/Lib/distutils/command/
Dinstall_data.py10 from distutils.util import change_root, convert_path
60 dir = change_root(self.root, dir)
Dinstall.py14 from distutils.util import convert_path, subst_vars, change_root
527 setattr(self, attr, change_root(self.root, getattr(self, attr)))
/external/python/cpython2/Lib/distutils/command/
Dinstall_data.py12 from distutils.util import change_root, convert_path
62 dir = change_root(self.root, dir)
Dinstall.py18 from distutils.util import convert_path, subst_vars, change_root
544 setattr(self, attr, change_root(self.root, getattr(self, attr)))
/external/python/cpython2/Lib/distutils/
Dutil.py138 def change_root (new_root, pathname): function
/external/python/cpython3/Lib/distutils/
Dutil.py124 def change_root (new_root, pathname): function
/external/python/cpython2/Doc/distutils/
Dapiref.rst1138 .. function:: change_root(new_root, pathname)
/external/python/cpython3/Doc/distutils/
Dapiref.rst1141 .. function:: change_root(new_root, pathname)