HomeSort by relevance Sort by last modified time
    Searched refs:_execute_child (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
subprocess.py 706 self._execute_child(args, executable, preexec_fn, close_fds,
898 def _execute_child(self, args, executable, preexec_fn, close_fds, function in function:Popen.poll
1173 def _execute_child(self, args, executable, preexec_fn, close_fds, function in function:Popen.poll
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
subprocess.py 706 self._execute_child(args, executable, preexec_fn, close_fds,
898 def _execute_child(self, args, executable, preexec_fn, close_fds, function in function:Popen.poll
1173 def _execute_child(self, args, executable, preexec_fn, close_fds, function in function:Popen.poll
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_subprocess.py 67 _execute_child fails.
69 def _execute_child(self, *args, **kwargs): member in class:PopenExecuteChildRaises
684 # NOTE: This test doesn't verify that the real _execute_child
779 """Used to test behavior at the end of _execute_child.""
784 def _execute_child( member in class:POSIXProcessTestCase._TestExecuteChildPopen
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_subprocess.py 67 _execute_child fails.
69 def _execute_child(self, *args, **kwargs): member in class:PopenExecuteChildRaises
684 # NOTE: This test doesn't verify that the real _execute_child
779 """Used to test behavior at the end of _execute_child.""
784 def _execute_child( member in class:POSIXProcessTestCase._TestExecuteChildPopen
    [all...]

Completed in 3750 milliseconds