From 1a716ed46d1d556d4ba6798608ab498320acd886 Mon Sep 17 00:00:00 2001 From: "Jeremy T. Bouse" Date: Sat, 25 May 2013 00:04:32 -0400 Subject: Imported Upstream version 1.10.1 --- docs/paramiko.pipe.WindowsPipe-class.html | 288 ------------------------------ 1 file changed, 288 deletions(-) delete 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 deleted file mode 100644 index de302d7..0000000 --- a/docs/paramiko.pipe.WindowsPipe-class.html +++ /dev/null @@ -1,288 +0,0 @@ - - - - - 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__, - __format__, - __getattribute__, - __hash__, - __new__, - __reduce__, - __reduce_ex__, - __repr__, - __setattr__, - __sizeof__, - __str__, - __subclasshook__ -

-
- - - - - - - - - -
- 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