Searched defs:set_executables (Results 1 – 2 of 2) sorted by relevance
| /third_party/python/Lib/distutils/tests/ | ||
| D | test_sysconfig.py | 86 def set_executables(self, **kw): member in SysconfigTestCase.customize_compiler.compiler |
| /third_party/python/Lib/distutils/ | ||
| D | ccompiler.py | 121 def set_executables(self, **kwargs): member in CCompiler |