[paramiko] channel.recv_exit_status_ready()

Robey Pointer robey at lag.net
Sat Mar 22 19:08:00 PDT 2008


On 11 Mar 2008, at 6:22, Justin Cook wrote:

> It would be useful to have a function added to the channel object that
> provides information as to whether an exit status is available from
> the server. This can be used much in the same way as the existing
> channel.recv_ready(). It is quite trivial to implement, and I have
> provided the diff below. Sorry for my rambling doc string. It's not
> exactly accurate. @return is.

I tweaked it a bit, renamed it to "exit_status_ready", and committed.

robey




More information about the paramiko mailing list