Home
last modified time | relevance | path

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

/third_party/python/Lib/distutils/command/
Dinstall.py366 self.convert_paths('lib', 'purelib', 'platlib',
369 self.convert_paths('userbase', 'usersite')
506 def convert_paths(self, *names): member in install
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch771 - self.convert_paths('lib', 'purelib', 'platlib',
772 + self.convert_paths('base', 'platbase',
776 self.convert_paths('userbase', 'usersite')