Home
last modified time | relevance | path

Searched refs:get_config_h_filename (Results 1 – 18 of 18) sorted by relevance

/external/python/cpython3/Lib/distutils/tests/
Dtest_cygwinccompiler.py36 self.old_get_config_h_filename = sysconfig.get_config_h_filename
37 sysconfig.get_config_h_filename = self._get_config_h_filename
48 sysconfig.get_config_h_filename = self.old_get_config_h_filename
Dtest_sysconfig.py33 config_h = sysconfig.get_config_h_filename()
/external/python/cpython2/Lib/
Dsysconfig.py305 config_h = get_config_h_filename()
409 def get_config_h_filename(): function
/external/python/cpython3/Lib/
Dsysconfig.py367 config_h = get_config_h_filename()
472 def get_config_h_filename(): function
/external/python/cpython2/Lib/distutils/
Demxccompiler.py270 fn = sysconfig.get_config_h_filename()
Dcygwinccompiler.py385 fn = sysconfig.get_config_h_filename()
Dsysconfig.py225 def get_config_h_filename(): function
/external/python/cpython3/Lib/distutils/command/
Dbuild_ext.py14 from distutils.sysconfig import get_config_h_filename
203 self.include_dirs.append(os.path.dirname(get_config_h_filename()))
/external/python/cpython3/Lib/distutils/
Dcygwinccompiler.py355 fn = sysconfig.get_config_h_filename()
Dsysconfig.py246 def get_config_h_filename(): function
/external/python/cpython2/Lib/test/
Dtest_sysconfig.py238 config_h = sysconfig.get_config_h_filename()
/external/python/cpython3/Lib/test/
Dtest_sysconfig.py227 config_h = sysconfig.get_config_h_filename()
/external/python/cpython2/Doc/library/
Dsysconfig.rst221 .. function:: get_config_h_filename()
/external/python/cpython3/Doc/library/
Dsysconfig.rst219 .. function:: get_config_h_filename()
/external/python/cpython2/
Dsetup.py218 headers = [sysconfig.get_config_h_filename()]
533 config_h = sysconfig.get_config_h_filename()
/external/python/cpython3/
Dsetup.py388 headers = [sysconfig.get_config_h_filename()]
771 config_h = sysconfig.get_config_h_filename()
/external/python/cpython2/Doc/distutils/
Dapiref.rst1457 .. function:: get_config_h_filename()
/external/python/cpython3/Doc/distutils/
Dapiref.rst1498 .. function:: get_config_h_filename()