|
| def | _receive_stdout_and_stderr (self, timeout=None, output_during_execution=False, output_if_timeout=False) |
| |
| def | _flush_stdout_and_stderr (self, stderr_filebuffer, stderrs, stdout_filebuffer, stdouts, timeout=None, output_during_execution=False, output_if_timeout=False) |
| |
| def | _output_logging (self, stderr_filebuffer, stderrs, stdout_filebuffer, stdouts, output_during_execution=False) |
| |
| def | _shell_open (self) |
| |
| def | _execute (self) |
| |
| def | _execute_with_sudo (self, sudo_password=None) |
| |
| def | _invoke (self) |
| |
Definition at line 435 of file pythonclient.py.
◆ _execute()
| def SSHLibrary.pythonclient.RemoteCommand._execute |
( |
|
self | ) |
|
|
private |
◆ _execute_with_sudo()
| def SSHLibrary.pythonclient.RemoteCommand._execute_with_sudo |
( |
|
self, |
|
|
|
sudo_password = None |
|
) |
| |
|
private |
◆ _flush_stdout_and_stderr()
| def SSHLibrary.pythonclient.RemoteCommand._flush_stdout_and_stderr |
( |
|
self, |
|
|
|
stderr_filebuffer, |
|
|
|
stderrs, |
|
|
|
stdout_filebuffer, |
|
|
|
stdouts, |
|
|
|
timeout = None, |
|
|
|
output_during_execution = False, |
|
|
|
output_if_timeout = False |
|
) |
| |
|
private |
◆ _invoke()
| def SSHLibrary.pythonclient.RemoteCommand._invoke |
( |
|
self | ) |
|
|
private |
◆ _output_logging()
| def SSHLibrary.pythonclient.RemoteCommand._output_logging |
( |
|
self, |
|
|
|
stderr_filebuffer, |
|
|
|
stderrs, |
|
|
|
stdout_filebuffer, |
|
|
|
stdouts, |
|
|
|
output_during_execution = False |
|
) |
| |
|
private |
◆ _receive_stdout_and_stderr()
| def SSHLibrary.pythonclient.RemoteCommand._receive_stdout_and_stderr |
( |
|
self, |
|
|
|
timeout = None, |
|
|
|
output_during_execution = False, |
|
|
|
output_if_timeout = False |
|
) |
| |
|
private |
◆ _shell_open()
| def SSHLibrary.pythonclient.RemoteCommand._shell_open |
( |
|
self | ) |
|
|
private |
◆ read_outputs()
| def SSHLibrary.pythonclient.RemoteCommand.read_outputs |
( |
|
self, |
|
|
|
timeout = None, |
|
|
|
output_during_execution = False, |
|
|
|
output_if_timeout = False |
|
) |
| |
The documentation for this class was generated from the following file: