Searched defs:_execute_child (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Lib/ | ||
D | subprocess.py | 1349 def _execute_child(self, args, executable, preexec_fn, close_fds, member in Popen |
/third_party/python/Lib/test/ | ||
D | test_subprocess.py | 107 def _execute_child(self, *args, **kwargs): member in PopenExecuteChildRaises |