HomeSort by relevance Sort by last modified time
    Searched defs:_pipe (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pty.py 220 def _pipe(self): member in class:SmallPtyTests
232 read_from_stdout_fd, mock_stdout_fd = self._pipe()
234 mock_stdin_fd, write_to_stdin_fd = self._pipe()
261 read_from_stdout_fd, mock_stdout_fd = self._pipe()
263 mock_stdin_fd, write_to_stdin_fd = self._pipe()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pty.py 220 def _pipe(self): member in class:SmallPtyTests
232 read_from_stdout_fd, mock_stdout_fd = self._pipe()
234 mock_stdin_fd, write_to_stdin_fd = self._pipe()
261 read_from_stdout_fd, mock_stdout_fd = self._pipe()
263 mock_stdin_fd, write_to_stdin_fd = self._pipe()

Completed in 3519 milliseconds