Process.stdout

Return the running process' standard output pipe.

class Process
@property
stdout
()

Return Value

a read-only PipeConduit connected to the child process' stdout.

Remarks: The stream will be null if no child process has been executed, or the standard output stream was not redirected.

Meta