Home
last modified time | relevance | path

Searched refs:get_makefile_filename (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Lib/
Dsysconfig.py276 def get_makefile_filename(): function
283 _get_makefile_filename = get_makefile_filename
290 makefile = get_makefile_filename()
/external/python/cpython2/Lib/test/
Dtest_sysconfig.py249 makefile = sysconfig.get_makefile_filename()
/external/python/cpython2/Lib/distutils/
Dsysconfig.py242 def get_makefile_filename(): function
/external/python/cpython2/Doc/library/
Dsysconfig.rst225 .. function:: get_makefile_filename()
/external/python/cpython2/Doc/extending/
Dembedding.rst303 examine Python's :file:`Makefile` (use :func:`sysconfig.get_makefile_filename`
/external/python/cpython2/Doc/distutils/
Dapiref.rst1465 .. function:: get_makefile_filename()
/external/python/cpython2/Misc/
DNEWS1768 - Issue #22199: Make get_makefile_filename() available in Lib/sysconfig.py