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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_sysconfig.py 47 python_h = os.path.join(inc_dir, "Python.h")
48 self.assertTrue(os.path.isfile(python_h), python_h)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_sysconfig.py 52 python_h = os.path.join(inc_dir, "Python.h")
53 self.assertTrue(os.path.isfile(python_h), python_h)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_sysconfig.py 52 python_h = os.path.join(inc_dir, "Python.h")
53 self.assertTrue(os.path.isfile(python_h), python_h)

Completed in 47 milliseconds