Searched defs:set_executables (Results 1 – 6 of 6) sorted by relevance
| /external/python/cpython2/Lib/distutils/tests/ | ||
| D | test_ccompiler.py | 92 def set_executables(self, **kw): member in CCompilerTestCase.test_customize_compiler.compiler |
| /external/python/cpython3/Lib/distutils/tests/ | ||
| D | test_sysconfig.py | 86 def set_executables(self, **kw): member in SysconfigTestCase.customize_compiler.compiler |
| /external/python/setuptools/setuptools/_distutils/tests/ | ||
| D | test_sysconfig.py | 99 def set_executables(self, **kw): member in SysconfigTestCase.customize_compiler.compiler |
| /external/python/cpython3/Lib/distutils/ | ||
| D | ccompiler.py | 121 def set_executables(self, **kwargs): member in CCompiler |
| /external/python/setuptools/setuptools/_distutils/ | ||
| D | ccompiler.py | 121 def set_executables(self, **kwargs): member in CCompiler |
| /external/python/cpython2/Lib/distutils/ | ||
| D | ccompiler.py | 129 def set_executables(self, **args): member in CCompiler |