From ed280d5ac360e2af796e9bd973d7b4df89f0c449 Mon Sep 17 00:00:00 2001 From: "Jeremy T. Bouse" Date: Fri, 27 Nov 2009 16:20:12 -0500 Subject: Imported Upstream version 1.7.4 --- docs/paramiko.pipe.WindowsPipe-class.html | 285 ++++++++++++++++++++++++++++++ 1 file changed, 285 insertions(+) create mode 100644 docs/paramiko.pipe.WindowsPipe-class.html (limited to 'docs/paramiko.pipe.WindowsPipe-class.html') diff --git a/docs/paramiko.pipe.WindowsPipe-class.html b/docs/paramiko.pipe.WindowsPipe-class.html new file mode 100644 index 0000000..7e20560 --- /dev/null +++ b/docs/paramiko.pipe.WindowsPipe-class.html @@ -0,0 +1,285 @@ + + + + + paramiko.pipe.WindowsPipe + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Package paramiko :: + Module pipe :: + Class WindowsPipe + + + + + +
[frames] | no frames]
+
+ +

Class WindowsPipe

source code

+
+object --+
+         |
+        WindowsPipe
+
+ +
+

On Windows, only an OS-level "WinSock" may be used in + select(), but reads and writes must be to the actual socket object.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Instance Methods
+   + + + + + + +
__init__(self)
+ x.__init__(...) initializes x; see x.__class__.__doc__ for signature
+ source code + +
+ +
+   + + + + + + +
close(self) + source code + +
+ +
+   + + + + + + +
fileno(self) + source code + +
+ +
+   + + + + + + +
clear(self) + source code + +
+ +
+   + + + + + + +
set(self) + source code + +
+ +
+   + + + + + + +
set_forever(self) + source code + +
+ +
+

Inherited from object: + __delattr__, + __getattribute__, + __hash__, + __new__, + __reduce__, + __reduce_ex__, + __repr__, + __setattr__, + __str__ +

+
+ + + + + + + + + +
+ Properties
+

Inherited from object: + __class__ +

+
+ + + + + + +
+ Method Details
+ +
+ +
+ + +
+

__init__(self) +
(Constructor) +

+
source code  +
+ +

x.__init__(...) initializes x; see x.__class__.__doc__ for + signature

+
+
Overrides: + object.__init__ +
(inherited documentation)
+ +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + +
+ + + + -- cgit v1.2.3