Definition at line 802 of file Process.py.
◆ __init__()
| def robot.libraries.Process.ExecutionResult.__init__ |
( |
|
self, |
|
|
|
process, |
|
|
|
stdout, |
|
|
|
stderr, |
|
|
|
stdin = None, |
|
|
|
rc = None, |
|
|
|
output_encoding = None |
|
) |
| |
◆ __str__()
| def robot.libraries.Process.ExecutionResult.__str__ |
( |
|
self | ) |
|
◆ _format_output()
| def robot.libraries.Process.ExecutionResult._format_output |
( |
|
self, |
|
|
|
output |
|
) |
| |
|
private |
◆ _get_and_read_standard_streams()
| def robot.libraries.Process.ExecutionResult._get_and_read_standard_streams |
( |
|
self, |
|
|
|
process |
|
) |
| |
|
private |
◆ _get_path()
| def robot.libraries.Process.ExecutionResult._get_path |
( |
|
self, |
|
|
|
stream |
|
) |
| |
|
private |
◆ _is_custom_stream()
| def robot.libraries.Process.ExecutionResult._is_custom_stream |
( |
|
self, |
|
|
|
stream |
|
) |
| |
|
private |
◆ _is_open()
| def robot.libraries.Process.ExecutionResult._is_open |
( |
|
self, |
|
|
|
stream |
|
) |
| |
|
private |
◆ _read_stderr()
| def robot.libraries.Process.ExecutionResult._read_stderr |
( |
|
self | ) |
|
|
private |
◆ _read_stdout()
| def robot.libraries.Process.ExecutionResult._read_stdout |
( |
|
self | ) |
|
|
private |
◆ _read_stream()
| def robot.libraries.Process.ExecutionResult._read_stream |
( |
|
self, |
|
|
|
stream_path, |
|
|
|
stream |
|
) |
| |
|
private |
◆ close_streams()
| def robot.libraries.Process.ExecutionResult.close_streams |
( |
|
self | ) |
|
◆ stderr()
| def robot.libraries.Process.ExecutionResult.stderr |
( |
|
self | ) |
|
|
private |
◆ stdout()
| def robot.libraries.Process.ExecutionResult.stdout |
( |
|
self | ) |
|
|
private |
◆ _custom_streams
| robot.libraries.Process.ExecutionResult._custom_streams |
|
private |
◆ _output_encoding
| robot.libraries.Process.ExecutionResult._output_encoding |
|
private |
◆ _process
| robot.libraries.Process.ExecutionResult._process |
|
private |
◆ _stderr
| robot.libraries.Process.ExecutionResult._stderr |
|
private |
◆ _stdout
| robot.libraries.Process.ExecutionResult._stdout |
|
private |
◆ rc
| robot.libraries.Process.ExecutionResult.rc |
◆ stderr_path
| robot.libraries.Process.ExecutionResult.stderr_path |
◆ stdout_path
| robot.libraries.Process.ExecutionResult.stdout_path |
◆ stderr
| robot.libraries.Process.ExecutionResult.stderr = property |
|
static |
◆ stdout
| robot.libraries.Process.ExecutionResult.stdout = property |
|
static |
The documentation for this class was generated from the following file: