Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dsysconfig.py86 _HAS_USER_BASE = (_getuserbase() is not None) variable
88 if _HAS_USER_BASE:
620 if _HAS_USER_BASE:
/third_party/python/Lib/test/
Dtest_sysconfig.py22 HAS_USER_BASE = sysconfig._HAS_USER_BASE