| Home | Trees | Indices | Help |
|
|---|
|
|
|
|||
|
CommandError Used to report external commands that fail. |
|||
|
|||
| string |
|
||
|
|||
|
|||
|
|||
| string |
|
||
| list |
|
||
|
|||
|
|||
logger = log.getLogger('jobc.rcmd')
|
|||
handler = log.StreamHandler(sys.stdout)
|
|||
rsh_timeout = 60
|
|||
rsh_max_retries = 1
|
|||
test_reverse_rsh = False
|
|||
schrodinger_dir =
|
|||
shell_exec = Nonehash(x) |
|||
rsh_exec = Nonehash(x) |
|||
rsh_src = Nonehash(x) |
|||
__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.
|
Return the user's home directory. (Returns the %PROFILE%' directory for Windows.) |
Execute a the given command on a particular host. Returns a tuple containing the captured output and an error message.
|
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
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Mar 29 12:43:03 2012 | http://epydoc.sourceforge.net |