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 2005 http://epydoc.sf.net