Searched refs:_is_python_source_dir (Results 1 – 4 of 4) sorted by relevance
39 def _is_python_source_dir(d): function58 return _is_python_source_dir(_sys_home)59 return _is_python_source_dir(project_base)
121 def _is_python_source_dir(d): function140 return _is_python_source_dir(_sys_home)141 return _is_python_source_dir(_PROJECT_BASE)
59 self.assertTrue(sysconfig._is_python_source_dir(srcdir))
359 self.assertTrue(sysconfig._is_python_source_dir(srcdir))