HomeSort by relevance Sort by last modified time
    Searched refs:_is_python_source_dir (Results 1 - 4 of 4) sorted by null

  /external/python/cpython3/Lib/distutils/
sysconfig.py 39 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/
sysconfig.py 121 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/
test_sysconfig.py 59 self.assertTrue(sysconfig._is_python_source_dir(srcdir))
  /external/python/cpython3/Lib/test/
test_sysconfig.py 359 self.assertTrue(sysconfig._is_python_source_dir(srcdir))

Completed in 235 milliseconds