Searched refs:set_executable (Results 1 – 8 of 8) sorted by relevance
172 def set_executable(self, executable): member in BaseContext177 from .spawn import set_executable178 set_executable(executable)
41 def set_executable(exe): function
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)
178 void set_executable(bool executable) { executable_ = executable; } in set_executable() function
551 root_graph->set_executable(false); in CompileGraphImpl()
413 :func:`multiprocessing.set_executable` to let the module know where to find the
1043 .. function:: set_executable()1049 set_executable(os.path.join(sys.exec_prefix, 'pythonw.exe'))