Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dsysconfig.py178 def is_python_build(check_home=False): argument
179 if check_home and _sys_home:
/third_party/python/Lib/distutils/
Dsysconfig.py70 _python_build = partial(is_python_build, check_home=True)