| Trees | Indices | Help |
|
|---|
|
|
|
|||
|
CommandError Used to report external commands that fail. |
|||
|
|||
| string |
|
||
|
|||
|
|||
| string |
|
||
| string |
|
||
| list |
|
||
|
|||
|
|||
logger = log.getLogger('rcmd')
|
|||
handler = log.StreamHandler(sys.stderr)
|
|||
rsh_timeout = 60
|
|||
rsh_max_retries = 1
|
|||
debug = 0
|
|||
test_reverse_rsh = Falsehash(x) |
|||
hostname =
|
|||
schrodinger_dir =
|
|||
shell_exec = Nonehash(x) |
|||
rsh_exec = Nonehash(x) |
|||
rsh_src = Nonehash(x) |
|||
rsh_errors_re =
|
|||
rsh_warning_issued = 0
|
|||
__package__ =
|
|||
|
|||
Search for a file in the given list of directories. Use $PATH if no search path is specified. Returns the absolute pathname for the first executable found.
|
Execute a the given command on a particular host. Returns a tuple containing the captured output and an error message.
|
Return the remote user to use with rsh command
|
Returns the 'ssh' command needed to execute a remote command on the given host. The actual remote command needs to be appended to the returned string.
|
|
|||
schrodinger_dir
|
rsh_errors_re
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:19 2015 | http://epydoc.sourceforge.net |