Searched refs:set_executable (Results 1 – 8 of 8) sorted by relevance
36 def set_executable(exe): function47 set_executable(os.path.join(sys.exec_prefix, 'python.exe'))49 set_executable(sys.executable)
172 def set_executable(self, executable): member in BaseContext177 from .spawn import set_executable178 set_executable(executable)
119 self.set_executable(key, self.executables[key])151 self.set_executable(key, kwargs[key])153 def set_executable(self, key, value): member in CCompiler
79 compiler.set_executable('preprocessor', executable)
413 :func:`multiprocessing.set_executable` to let the module know where to find the
1076 .. function:: set_executable(executable)1082 set_executable(os.path.join(sys.exec_prefix, 'pythonw.exe'))
270 self.set_executable(path)5849 set_executable = staticmethod(multiprocessing.set_executable) variable in ProcessesMixin
3130 :func:`multiprocessing.set_executable` for Windows to be on a par with