Home
last modified time | relevance | path

Searched refs:_is_python_source_dir (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/distutils/
Dsysconfig.py39 def _is_python_source_dir(d): function
58 return _is_python_source_dir(_sys_home)
59 return _is_python_source_dir(project_base)
/external/python/cpython3/Lib/
Dsysconfig.py121 def _is_python_source_dir(d): function
140 return _is_python_source_dir(_sys_home)
141 return _is_python_source_dir(_PROJECT_BASE)
/external/python/cpython3/Lib/distutils/tests/
Dtest_sysconfig.py59 self.assertTrue(sysconfig._is_python_source_dir(srcdir))
/external/python/cpython3/Lib/test/
Dtest_sysconfig.py359 self.assertTrue(sysconfig._is_python_source_dir(srcdir))