Home
last modified time | relevance | path

Searched refs:_execute_child (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/
Dsubprocess.py389 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/
Dsubprocess.py769 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/
Dtest_subprocess.py79 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/
Dtest_subprocess.py87 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)