Home
last modified time | relevance | path

Searched defs:_sys_home (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/distutils/
Dsysconfig.py45 _sys_home = getattr(sys, '_home', None) variable
54 _sys_home = _fix_pcbuild(_sys_home) variable
/external/python/cpython3/Lib/
Dsysconfig.py127 _sys_home = getattr(sys, '_home', None) variable
136 _sys_home = _fix_pcbuild(_sys_home) variable