Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dsysconfig.py300 config_h = get_config_h_filename()
404 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/cpython2/Lib/test/
Dtest_sysconfig.py238 config_h = sysconfig.get_config_h_filename()
/external/python/cpython2/Doc/library/
Dsysconfig.rst221 .. 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/cpython2/Doc/distutils/
Dapiref.rst1457 .. function:: get_config_h_filename()