Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/distutils/tests/
Dtest_cygwinccompiler.py9 from distutils.cygwinccompiler import (check_config_h,
68 self.assertEqual(check_config_h()[0], CONFIG_H_OK)
74 self.assertEqual(check_config_h()[0], CONFIG_H_UNCERTAIN)
78 self.assertEqual(check_config_h()[0], CONFIG_H_NOTOK)
82 self.assertEqual(check_config_h()[0], CONFIG_H_OK)
/external/python/cpython2/Lib/distutils/
Demxccompiler.py49 (status, details) = check_config_h()
242 def check_config_h(): function
Dcygwinccompiler.py96 (status, details) = check_config_h()
357 def check_config_h(): function
/external/python/cpython3/Lib/distutils/
Dcygwinccompiler.py102 status, details = check_config_h()
326 def check_config_h(): function