Searched defs:_execute_child (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/ | ||
D | subprocess.py | 590 def _execute_child(self, args, executable, preexec_fn, close_fds, member in Popen |
/external/python/cpython2/Lib/test/ | ||
D | test_subprocess.py | 79 def _execute_child(self, *args, **kwargs): member in PopenExecuteChildRaises |
/external/python/cpython3/Lib/ | ||
D | subprocess.py | 1330 def _execute_child(self, args, executable, preexec_fn, close_fds, member in Popen |
/external/python/cpython3/Lib/test/ | ||
D | test_subprocess.py | 98 def _execute_child(self, *args, **kwargs): member in PopenExecuteChildRaises |