Home
last modified time | relevance | path

Searched refs:missing_compiler_executable (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Lib/distutils/tests/
Dtest_config_cmd.py5 from test.support import run_unittest, missing_compiler_executable
42 cmd = missing_compiler_executable(['preprocessor'])
Dtest_build_clib.py6 from test.support import run_unittest, missing_compiler_executable
121 ccmd = missing_compiler_executable()
Dtest_build_ext.py62 cmd = support.missing_compiler_executable()
310 cmd = support.missing_compiler_executable()
Dtest_install.py200 cmd = test_support.missing_compiler_executable()
/external/python/cpython3/Lib/test/support/
D__init__.py2731 def missing_compiler_executable(cmd_names=[]): function
/external/python/cpython3/Doc/library/
Dtest.rst1143 .. function:: missing_compiler_executable(cmd_names=[])