Searched refs:_execute_child (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/ |
D | subprocess.py | 389 self._execute_child(args, executable, preexec_fn, close_fds, 590 def _execute_child(self, args, executable, preexec_fn, close_fds, member in Popen 900 def _execute_child(self, args, executable, preexec_fn, close_fds, member in Popen
|
/external/python/cpython3/Lib/ |
D | subprocess.py | 769 self._execute_child(args, executable, preexec_fn, close_fds, 1107 def _execute_child(self, args, executable, preexec_fn, close_fds, member in Popen 1383 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 888 def _execute_child( member in POSIXProcessTestCase._TestExecuteChildPopen 895 subprocess.Popen._execute_child(
|
/external/python/cpython3/Lib/test/ |
D | test_subprocess.py | 87 def _execute_child(self, *args, **kwargs): member in PopenExecuteChildRaises 1723 def _execute_child(self, *args, **kwargs): member in POSIXProcessTestCase._TestExecuteChildPopen 1725 subprocess.Popen._execute_child(self, *args, **kwargs)
|