Home
last modified time | relevance | path

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

/external/python/setuptools/setuptools/_distutils/
Dsysconfig.py45 def _is_python_source_dir(d): function
64 return _is_python_source_dir(_sys_home)
65 return _is_python_source_dir(project_base)
/external/python/cpython3/Lib/
Dsysconfig.py161 def _is_python_source_dir(d): function
180 return _is_python_source_dir(_sys_home)
181 return _is_python_source_dir(_PROJECT_BASE)
/external/python/cpython3/Lib/distutils/
Dsysconfig.py33 _is_python_source_dir,
/external/python/cpython3/Lib/distutils/tests/
Dtest_sysconfig.py63 self.assertTrue(sysconfig._is_python_source_dir(srcdir))
/external/python/setuptools/setuptools/_distutils/tests/
Dtest_sysconfig.py72 self.assertTrue(sysconfig._is_python_source_dir(srcdir))
/external/python/cpython3/Lib/test/
Dtest_sysconfig.py379 self.assertTrue(sysconfig._is_python_source_dir(srcdir))