Searched defs:_execute_child (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/ | ||
H A D | subprocess.py | 1436 def _execute_child(self, args, executable, preexec_fn, close_fds, function 1789 def _execute_child(self, args, executable, preexec_fn, close_fds, function |
/third_party/python/Lib/test/ | ||
H A D | test_subprocess.py | 111 def _execute_child(self, *args, **kwargs): member in PopenExecuteChildRaises 2185 def _execute_child(self, *args, **kwargs): member in POSIXProcessTestCase._TestExecuteChildPopen |
Completed in 9 milliseconds