Home
last modified time | relevance | path

Searched refs:set_executable (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/multiprocessing/
D__init__.py268 def set_executable(executable): function
274 from multiprocessing.forking import set_executable
275 set_executable(executable)
Dforking.py222 def set_executable(exe): function
/external/python/cpython2/Lib/distutils/
Dccompiler.py127 self.set_executable(key, self.executables[key])
160 self.set_executable(key, args[key])
162 def set_executable(self, key, value): member in CCompiler
/external/python/cpython2/Doc/library/
Dmultiprocessing.rst784 .. function:: set_executable()
790 set_executable(os.path.join(sys.exec_prefix, 'pythonw.exe'))