Package paramiko :: Module pipe
[show private | hide private]
[frames | no frames]

Module paramiko.pipe

Abstraction of a one-way pipe where the read end can be used in select(). Normally this is trivial, but Windows makes it nearly impossible.
Classes
PosixPipe  
WindowsPipe On Windows, only an OS-level "WinSock" may be used in select(), but reads and writes must be to the actual socket object.

Function Summary
  make_pipe()

Generated by Epydoc 2.1 on Sun Dec 4 11:16:47 2005 http://epydoc.sf.net