Searched defs:_pipe (Results 1 - 2 of 2) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_pty.py220 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/
H A Dtest_pty.py220 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 572 milliseconds