Searched refs:set_executable (Results 1 – 11 of 11) sorted by relevance
/external/python/cpython2/Lib/multiprocessing/ |
D | __init__.py | 268 def set_executable(executable): function 274 from multiprocessing.forking import set_executable 275 set_executable(executable)
|
D | forking.py | 222 def set_executable(exe): function
|
/external/python/cpython3/Lib/multiprocessing/ |
D | context.py | 172 def set_executable(self, executable): member in BaseContext 177 from .spawn import set_executable 178 set_executable(executable)
|
D | spawn.py | 41 def set_executable(exe): function
|
/external/tensorflow/tensorflow/python/distribute/ |
D | multi_process_lib.py | 129 multiprocessing.get_context().set_executable(sys.argv[0])
|
/external/python/cpython3/Lib/distutils/ |
D | ccompiler.py | 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
|
/external/python/cpython2/Lib/distutils/ |
D | ccompiler.py | 127 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/ |
D | zipapp.rst | 413 :func:`multiprocessing.set_executable` to let the module know where to find the
|
D | multiprocessing.rst | 1036 .. function:: set_executable() 1042 set_executable(os.path.join(sys.exec_prefix, 'pythonw.exe'))
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.15rc1.rst | 543 Fix CCompiler.set_executable() of distutils to handle properly Unicode
|
/external/python/cpython2/Doc/library/ |
D | multiprocessing.rst | 784 .. function:: set_executable() 790 set_executable(os.path.join(sys.exec_prefix, 'pythonw.exe'))
|