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

  /external/python/cpython2/Lib/test/
test_pty.py 248 mock_stdin_fd, write_to_stdin_fd = self._pipe()
256 os.write(write_to_stdin_fd, b'from stdin')
277 mock_stdin_fd, write_to_stdin_fd = self._pipe()
285 os.close(write_to_stdin_fd)
  /external/python/cpython3/Lib/test/
test_pty.py 260 mock_stdin_fd, write_to_stdin_fd = self._pipe()
267 os.write(write_to_stdin_fd, b'from stdin')
288 mock_stdin_fd, write_to_stdin_fd = self._pipe()
294 os.close(write_to_stdin_fd)

Completed in 450 milliseconds