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

  /external/python/cpython3/Lib/
site.py 244 # Copy of sysconfig._getuserbase()
245 def _getuserbase(): function
286 USER_BASE = _getuserbase()
sysconfig.py 190 def _getuserbase(): function
559 _CONFIG_VARS['userbase'] = _getuserbase()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
sysconfig.py 170 def _getuserbase(): function
477 _CONFIG_VARS['userbase'] = _getuserbase()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
sysconfig.py 166 def _getuserbase(): function
424 _CONFIG_VARS['userbase'] = _getuserbase()
  /external/python/cpython2/Lib/
sysconfig.py 175 def _getuserbase(): function
482 _CONFIG_VARS['userbase'] = _getuserbase()
  /external/python/cpython3/Lib/test/
test_site.py 186 # This tests _getuserbase, hence the double underline
189 self.assertEqual(site._getuserbase(), sysconfig._getuserbase())
196 self.assertEqual(site._get_path(site._getuserbase()),

Completed in 384 milliseconds