Searched defs:set_executables (Results 1 – 4 of 4) 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 | 87 def set_executables(self, **kw): member in SysconfigTestCase.test_customize_compiler.compiler |
| /external/python/cpython2/Lib/distutils/ | ||
| D | ccompiler.py | 129 def set_executables(self, **args): member in CCompiler |
| /external/python/cpython3/Lib/distutils/ | ||
| D | ccompiler.py | 121 def set_executables(self, **kwargs): member in CCompiler |