Home
last modified time | relevance | path

Searched defs:_execute_child (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/
Dsubprocess.py1349 def _execute_child(self, args, executable, preexec_fn, close_fds, member in Popen
1682 def _execute_child(self, args, executable, preexec_fn, close_fds, member in Popen
/third_party/python/Lib/test/
Dtest_subprocess.py107 def _execute_child(self, *args, **kwargs): member in PopenExecuteChildRaises
2114 def _execute_child(self, *args, **kwargs): member in POSIXProcessTestCase._TestExecuteChildPopen