Home
last modified time | relevance | path

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

/third_party/python/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)
/third_party/python/Lib/distutils/
Dsysconfig.py33 _is_python_source_dir,
/third_party/python/Lib/distutils/tests/
Dtest_sysconfig.py63 self.assertTrue(sysconfig._is_python_source_dir(srcdir))
/third_party/python/Lib/test/
Dtest_sysconfig.py379 self.assertTrue(sysconfig._is_python_source_dir(srcdir))