Package paramiko :: Module channel :: Class ChannelStderrFile
[frames] | no frames]

Class ChannelStderrFile

source code

  object --+        
           |        
BufferedFile --+    
               |    
     ChannelFile --+
                   |
                  ChannelStderrFile

Instance Methods
 
__init__(self, channel, mode='r', bufsize=-1)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code

Inherited from ChannelFile: __repr__

Inherited from BufferedFile: __del__, __iter__, close, flush, next, read, readline, readlines, seek, tell, write, writelines, xreadlines

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables

Inherited from BufferedFile: FLAG_APPEND, FLAG_BINARY, FLAG_BUFFERED, FLAG_LINE_BUFFERED, FLAG_READ, FLAG_UNIVERSAL_NEWLINE, FLAG_WRITE, SEEK_CUR, SEEK_END, SEEK_SET

Properties

Inherited from object: __class__

Method Details

__init__(self, channel, mode='r', bufsize=-1)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)