Definition at line 45 of file Process.py.
◆ __init__()
| def robotide.contrib.testrunner.Process.Process.__init__ |
( |
|
self, |
|
|
|
cwd |
|
) |
| |
◆ _kill()
| def robotide.contrib.testrunner.Process.Process._kill |
( |
|
pid | ) |
|
|
staticprivate |
◆ _send_socket()
| def robotide.contrib.testrunner.Process.Process._send_socket |
( |
|
self, |
|
|
|
data |
|
) |
| |
|
private |
◆ _signal_kill_with_listener_server()
| def robotide.contrib.testrunner.Process.Process._signal_kill_with_listener_server |
( |
|
self | ) |
|
|
private |
◆ get_errors()
| def robotide.contrib.testrunner.Process.Process.get_errors |
( |
|
self | ) |
|
◆ get_output()
| def robotide.contrib.testrunner.Process.Process.get_output |
( |
|
self | ) |
|
◆ get_returncode()
| def robotide.contrib.testrunner.Process.Process.get_returncode |
( |
|
self | ) |
|
◆ is_alive()
| def robotide.contrib.testrunner.Process.Process.is_alive |
( |
|
self | ) |
|
◆ kill()
| def robotide.contrib.testrunner.Process.Process.kill |
( |
|
self, |
|
|
|
force = False, |
|
|
|
killer_pid = None |
|
) |
| |
◆ pause()
| def robotide.contrib.testrunner.Process.Process.pause |
( |
|
self | ) |
|
◆ pause_on_failure()
| def robotide.contrib.testrunner.Process.Process.pause_on_failure |
( |
|
self, |
|
|
|
pause |
|
) |
| |
◆ resume()
| def robotide.contrib.testrunner.Process.Process.resume |
( |
|
self | ) |
|
◆ run_command()
| def robotide.contrib.testrunner.Process.Process.run_command |
( |
|
self, |
|
|
|
command |
|
) |
| |
◆ set_port()
| def robotide.contrib.testrunner.Process.Process.set_port |
( |
|
self, |
|
|
|
port |
|
) |
| |
◆ step_next()
| def robotide.contrib.testrunner.Process.Process.step_next |
( |
|
self | ) |
|
◆ step_over()
| def robotide.contrib.testrunner.Process.Process.step_over |
( |
|
self | ) |
|
◆ wait()
| def robotide.contrib.testrunner.Process.Process.wait |
( |
|
self | ) |
|
◆ _cwd
| robotide.contrib.testrunner.Process.Process._cwd |
|
private |
◆ _error_stream
| robotide.contrib.testrunner.Process.Process._error_stream |
|
private |
◆ _kill_called
| robotide.contrib.testrunner.Process.Process._kill_called |
|
private |
◆ _output_stream
| robotide.contrib.testrunner.Process.Process._output_stream |
|
private |
◆ _port
| robotide.contrib.testrunner.Process.Process._port |
|
private |
◆ _process
| robotide.contrib.testrunner.Process.Process._process |
|
private |
◆ _sock
| robotide.contrib.testrunner.Process.Process._sock |
|
private |
The documentation for this class was generated from the following file: