|
| def | __init__ (self, cwd=None, shell=False, stdout=None, stderr=None, stdin='PIPE', output_encoding='CONSOLE', alias=None, env=None, **rest) |
| |
| def | __str__ (self) |
| |
| def | get_command (self, command, arguments) |
| |
|
| def | _add_process_group_config (self, config) |
| |
| def | _add_to_env (self, env, extra) |
| |
| def | _construct_env (self, env, extra) |
| |
| def | _get_initial_env (self, env, extra) |
| |
| def | _get_stderr (self, stderr, stdout, stdout_stream) |
| |
| def | _get_stdin (self, stdin) |
| |
| def | _new_stream (self, name) |
| |
| def | _stream_name (self, stream) |
| |
| def | popen_config (self) |
| |
| def | result_config (self) |
| |
Definition at line 886 of file Process.py.
◆ __init__()
| def robot.libraries.Process.ProcessConfiguration.__init__ |
( |
|
self, |
|
|
|
cwd = None, |
|
|
|
shell = False, |
|
|
|
stdout = None, |
|
|
|
stderr = None, |
|
|
|
stdin = 'PIPE', |
|
|
|
output_encoding = 'CONSOLE', |
|
|
|
alias = None, |
|
|
|
env = None, |
|
|
** |
rest |
|
) |
| |
◆ __str__()
| def robot.libraries.Process.ProcessConfiguration.__str__ |
( |
|
self | ) |
|
◆ _add_process_group_config()
| def robot.libraries.Process.ProcessConfiguration._add_process_group_config |
( |
|
self, |
|
|
|
config |
|
) |
| |
|
private |
◆ _add_to_env()
| def robot.libraries.Process.ProcessConfiguration._add_to_env |
( |
|
self, |
|
|
|
env, |
|
|
|
extra |
|
) |
| |
|
private |
◆ _construct_env()
| def robot.libraries.Process.ProcessConfiguration._construct_env |
( |
|
self, |
|
|
|
env, |
|
|
|
extra |
|
) |
| |
|
private |
◆ _get_initial_env()
| def robot.libraries.Process.ProcessConfiguration._get_initial_env |
( |
|
self, |
|
|
|
env, |
|
|
|
extra |
|
) |
| |
|
private |
◆ _get_stderr()
| def robot.libraries.Process.ProcessConfiguration._get_stderr |
( |
|
self, |
|
|
|
stderr, |
|
|
|
stdout, |
|
|
|
stdout_stream |
|
) |
| |
|
private |
◆ _get_stdin()
| def robot.libraries.Process.ProcessConfiguration._get_stdin |
( |
|
self, |
|
|
|
stdin |
|
) |
| |
|
private |
◆ _new_stream()
| def robot.libraries.Process.ProcessConfiguration._new_stream |
( |
|
self, |
|
|
|
name |
|
) |
| |
|
private |
◆ _stream_name()
| def robot.libraries.Process.ProcessConfiguration._stream_name |
( |
|
self, |
|
|
|
stream |
|
) |
| |
|
private |
◆ get_command()
| def robot.libraries.Process.ProcessConfiguration.get_command |
( |
|
self, |
|
|
|
command, |
|
|
|
arguments |
|
) |
| |
◆ popen_config()
| def robot.libraries.Process.ProcessConfiguration.popen_config |
( |
|
self | ) |
|
|
private |
◆ result_config()
| def robot.libraries.Process.ProcessConfiguration.result_config |
( |
|
self | ) |
|
|
private |
◆ alias
| robot.libraries.Process.ProcessConfiguration.alias |
◆ cwd
| robot.libraries.Process.ProcessConfiguration.cwd |
◆ env
| robot.libraries.Process.ProcessConfiguration.env |
◆ output_encoding
| robot.libraries.Process.ProcessConfiguration.output_encoding |
◆ shell
| robot.libraries.Process.ProcessConfiguration.shell |
◆ stderr_stream
| robot.libraries.Process.ProcessConfiguration.stderr_stream |
◆ stdin_stream
| robot.libraries.Process.ProcessConfiguration.stdin_stream |
◆ stdout_stream
| robot.libraries.Process.ProcessConfiguration.stdout_stream |
◆ popen_config
| robot.libraries.Process.ProcessConfiguration.popen_config = property |
|
static |
◆ result_config
| robot.libraries.Process.ProcessConfiguration.result_config = property |
|
static |
The documentation for this class was generated from the following file: