Home
last modified time | relevance | path

Searched refs:get_config_h_filename (Results 1 - 10 of 10) sorted by relevance

/third_party/python/Lib/distutils/tests/
H A 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
H A Dtest_sysconfig.py37 config_h = sysconfig.get_config_h_filename()
/third_party/python/Tools/scripts/
H A Dsmelly.py114 config_dir = os.path.dirname(sysconfig.get_config_h_filename())
/third_party/python/Lib/
H A Dsysconfig.py8 'get_config_h_filename',
478 config_h = get_config_h_filename()
587 def get_config_h_filename(): function
/third_party/python/Lib/distutils/
H A Dcygwinccompiler.py355 fn = sysconfig.get_config_h_filename()
H A Dsysconfig.py40 get_config_h_filename,
/third_party/python/Lib/distutils/command/
H A Dbuild_ext.py14 from distutils.sysconfig import get_config_h_filename namespace
203 self.include_dirs.append(os.path.dirname(get_config_h_filename()))
/third_party/python/Lib/test/
H A Dtest_venv.py273 ('get_config_h_filename()', sysconfig.get_config_h_filename())):
296 ('get_config_h_filename()', sysconfig.get_config_h_filename())):
H A Dtest_sysconfig.py335 config_h = sysconfig.get_config_h_filename()
/third_party/python/
H A Dsetup.py422 headers = [sysconfig.get_config_h_filename()]
889 config_h = sysconfig.get_config_h_filename()

Completed in 9 milliseconds