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

  /external/python/cpython2/Lib/distutils/tests/
test_install.py 82 def _expanduser(path): function in function:InstallTestCase.test_user_site
85 os.path.expanduser = _expanduser
  /external/python/cpython3/Lib/distutils/tests/
test_install.py 81 def _expanduser(path): function in function:InstallTestCase.test_user_site
84 os.path.expanduser = _expanduser
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_install.py 84 def _expanduser(path): function in function:InstallTestCase.test_user_site
87 os.path.expanduser = _expanduser
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_install.py 84 def _expanduser(path): function in function:InstallTestCase.test_user_site
87 os.path.expanduser = _expanduser

Completed in 1511 milliseconds