Definition at line 22 of file process.py.
◆ __init__()
| def robotide.run.process.Process.__init__ |
( |
|
self, |
|
|
|
command |
|
) |
| |
◆ _close_outputs()
| def robotide.run.process.Process._close_outputs |
( |
|
self | ) |
|
|
private |
◆ _parse_command()
| def robotide.run.process.Process._parse_command |
( |
|
self, |
|
|
|
command |
|
) |
| |
|
private |
◆ _remove_tempfile()
| def robotide.run.process.Process._remove_tempfile |
( |
|
self, |
|
|
|
attempts = 10 |
|
) |
| |
|
private |
◆ get_output()
| def robotide.run.process.Process.get_output |
( |
|
self, |
|
|
|
wait_until_finished = False |
|
) |
| |
Returns the output produced by the process.
If ``wait_until_finished`` is True, blocks until the process is
finished and returns all output. Otherwise the currently available
output is returned immediately.
Currently available output depends on buffering and might not include
everything that has been written by the process.
Definition at line 70 of file process.py.
◆ is_finished()
| def robotide.run.process.Process.is_finished |
( |
|
self | ) |
|
◆ start()
| def robotide.run.process.Process.start |
( |
|
self | ) |
|
◆ stop()
| def robotide.run.process.Process.stop |
( |
|
self | ) |
|
◆ wait()
| def robotide.run.process.Process.wait |
( |
|
self | ) |
|
◆ _command
| robotide.run.process.Process._command |
|
private |
◆ _error
| robotide.run.process.Process._error |
|
private |
◆ _out_fd
| robotide.run.process.Process._out_fd |
|
private |
◆ _out_file
| robotide.run.process.Process._out_file |
|
private |
◆ _out_path
| robotide.run.process.Process._out_path |
|
private |
◆ _process
| robotide.run.process.Process._process |
|
private |
The documentation for this class was generated from the following file: