HomeSort by relevance Sort by last modified time
    Searched refs:INSTALL_SCHEMES (Results 1 - 7 of 7) sorted by null

  /external/python/setuptools/tests/
manual_test.py 8 from distutils.command.install import INSTALL_SCHEMES
51 PURELIB = INSTALL_SCHEMES[scheme]['purelib']
  /external/python/cpython3/Lib/distutils/command/
install.py 30 INSTALL_SCHEMES = {
50 INSTALL_SCHEMES['nt_user'] = {
58 INSTALL_SCHEMES['unix_user'] = {
457 scheme = INSTALL_SCHEMES[name]
  /external/python/cpython2/Lib/distutils/tests/
test_install.py 14 from distutils.command.install import INSTALL_SCHEMES
98 self.assertIn(key, INSTALL_SCHEMES)
  /external/python/cpython3/Lib/distutils/tests/
test_install.py 14 from distutils.command.install import INSTALL_SCHEMES
96 self.assertIn(key, INSTALL_SCHEMES)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
install.py 42 INSTALL_SCHEMES = {
470 scheme = INSTALL_SCHEMES[name]
  /external/python/cpython2/Lib/distutils/command/
install.py 42 INSTALL_SCHEMES = {
470 scheme = INSTALL_SCHEMES[name]
  /external/python/setuptools/setuptools/command/
easy_install.py 21 from distutils.command.install import INSTALL_SCHEMES, SCHEME_KEYS
714 scheme = INSTALL_SCHEMES[name]
    [all...]

Completed in 115 milliseconds