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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_ext.py 150 py_include = sysconfig.get_python_inc()
151 self.assertTrue(py_include in cmd.include_dirs)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_ext.py 150 py_include = sysconfig.get_python_inc()
151 self.assertTrue(py_include in cmd.include_dirs)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
build_ext.py 151 py_include = sysconfig.get_python_inc()
160 self.include_dirs.append(py_include)
161 if plat_py_include != py_include:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
build_ext.py 151 py_include = sysconfig.get_python_inc()
160 self.include_dirs.append(py_include)
161 if plat_py_include != py_include:
    [all...]

Completed in 83 milliseconds