Home
last modified time | relevance | path

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

/third_party/python/Lib/multiprocessing/
Dspawn.py36 def set_executable(exe): function
47 set_executable(os.path.join(sys.exec_prefix, 'python.exe'))
49 set_executable(sys.executable)
Dcontext.py172 def set_executable(self, executable): member in BaseContext
177 from .spawn import set_executable
178 set_executable(executable)
/third_party/python/Lib/distutils/
Dccompiler.py119 self.set_executable(key, self.executables[key])
151 self.set_executable(key, kwargs[key])
153 def set_executable(self, key, value): member in CCompiler
/third_party/python/Tools/c-analyzer/c_parser/preprocessor/
Dcommon.py79 compiler.set_executable('preprocessor', executable)
/third_party/python/Doc/library/
Dzipapp.rst413 :func:`multiprocessing.set_executable` to let the module know where to find the
Dmultiprocessing.rst1076 .. function:: set_executable(executable)
1082 set_executable(os.path.join(sys.exec_prefix, 'pythonw.exe'))
/third_party/python/Lib/test/
D_test_multiprocessing.py270 self.set_executable(path)
5849 set_executable = staticmethod(multiprocessing.set_executable) variable in ProcessesMixin
/third_party/python/Misc/
DNEWS3130 :func:`multiprocessing.set_executable` for Windows to be on a par with