Home
last modified time | relevance | path

Searched refs:set_executable (Results 1 – 11 of 11) 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/cpython3/Lib/multiprocessing/
Dcontext.py172 def set_executable(self, executable): member in BaseContext
177 from .spawn import set_executable
178 set_executable(executable)
Dspawn.py41 def set_executable(exe): function
/external/tensorflow/tensorflow/python/distribute/
Dmulti_process_lib.py129 multiprocessing.get_context().set_executable(sys.argv[0])
/external/python/cpython3/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
/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/cpython3/Doc/library/
Dzipapp.rst413 :func:`multiprocessing.set_executable` to let the module know where to find the
Dmultiprocessing.rst1036 .. function:: set_executable()
1042 set_executable(os.path.join(sys.exec_prefix, 'pythonw.exe'))
/external/python/cpython2/Misc/NEWS.d/
D2.7.15rc1.rst543 Fix CCompiler.set_executable() of distutils to handle properly Unicode
/external/python/cpython2/Doc/library/
Dmultiprocessing.rst784 .. function:: set_executable()
790 set_executable(os.path.join(sys.exec_prefix, 'pythonw.exe'))