From 176c6caf4ea7918e1698438634b237fab8456471 Mon Sep 17 00:00:00 2001 From: "Jeremy T. Bouse" Date: Fri, 27 Nov 2009 16:20:09 -0500 Subject: Imported Upstream version 1.5.2 --- docs/private/paramiko.file-module.html | 230 +++++++++++++++++++++++++++++++++ 1 file changed, 230 insertions(+) create mode 100644 docs/private/paramiko.file-module.html (limited to 'docs/private/paramiko.file-module.html') diff --git a/docs/private/paramiko.file-module.html b/docs/private/paramiko.file-module.html new file mode 100644 index 0000000..676e3ce --- /dev/null +++ b/docs/private/paramiko.file-module.html @@ -0,0 +1,230 @@ + + + + + paramiko.file + + + + + + + + + + + + + + + + + + +
+ + Package paramiko :: + Module file +
+
+ + +
[show private | hide private]
[frames | no frames]
+ + +

Module paramiko.file

+ +BufferedFile. +
+ + + + + + + + + + + + + + + + + + + +
Variable Summary
int_FLAG_APPEND = 4                                                                     
int_FLAG_BINARY = 16                                                                    
int_FLAG_BUFFERED = 32                                                                    
int_FLAG_LINE_BUFFERED = 64                                                                    
int_FLAG_READ = 1                                                                     
int_FLAG_UNIVERSAL_NEWLINE = 128                                                                   
int_FLAG_WRITE = 2                                                                     

+ + + + + + +
Variable Details
+
+ +

_FLAG_APPEND

+
+
+
+
+
Type:
+
+ int + +
+
Value:
+
+
+4                                                                     
+
+
+
+
+
+ +

_FLAG_BINARY

+
+
+
+
+
Type:
+
+ int + +
+
Value:
+
+
+16                                                                    
+
+
+
+
+
+ +

_FLAG_BUFFERED

+
+
+
+
+
Type:
+
+ int + +
+
Value:
+
+
+32                                                                    
+
+
+
+
+
+ +

_FLAG_LINE_BUFFERED

+
+
+
+
+
Type:
+
+ int + +
+
Value:
+
+
+64                                                                    
+
+
+
+
+
+ +

_FLAG_READ

+
+
+
+
+
Type:
+
+ int + +
+
Value:
+
+
+1                                                                     
+
+
+
+
+
+ +

_FLAG_UNIVERSAL_NEWLINE

+
+
+
+
+
Type:
+
+ int + +
+
Value:
+
+
+128                                                                   
+
+
+
+
+
+ +

_FLAG_WRITE

+
+
+
+
+
Type:
+
+ int + +
+
Value:
+
+
+2                                                                     
+
+
+
+
+
+ + + + + + + + + + + + + + + + + + +
Generated by Epydoc 2.1 on Sun Dec 4 11:16:47 2005http://epydoc.sf.net
+ + -- cgit v1.2.3