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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_subprocess.py 453 string_to_write = "abc"*pipe_buf
454 (stdout, stderr) = p.communicate(string_to_write)
455 self.assertEqual(stdout, string_to_write)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_subprocess.py 453 string_to_write = "abc"*pipe_buf
454 (stdout, stderr) = p.communicate(string_to_write)
455 self.assertEqual(stdout, string_to_write)
    [all...]

Completed in 121 milliseconds