Lines Matching refs:stdout
417 str: The stdout output of the child process, or the first group
421 result = sp.run(command, stdout=sp.PIPE, stderr=sp.PIPE,
436 print(result.stdout)
450 match = pattern.search(result.stdout)
454 return result.stdout
1382 stdout = self.exec(command)
1387 # Check that stdout is shorter in silent mode. Note that this doesn't
1390 self.assertLess(len(stdoutSilent), len(stdout))
1449 result = sp.run(command, stdout=sp.PIPE, stderr=sp.PIPE,
1470 print(result.stdout)