Package restkit :: Module tee :: Class ResponseTeeInput
[hide private]

Class ResponseTeeInput

source code

object --+    
         |    
  TeeInput --+
             |
            ResponseTeeInput

Instance Methods [hide private]
 
__init__(self, resp, connection, should_close=False)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
close(self) source code
 
_close_unreader(self) source code
 
_finalize(self)
here we wil fetch final trailers if any.
source code

Inherited from TeeInput: __enter__, __exit__, __iter__, __next__, flush, next, read, readline, readlines, seek

Inherited from TeeInput (private): _ensure_length, _tee, _tmp_size

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

Class Variables [hide private]
  CHUNK_SIZE = 16384
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, resp, connection, should_close=False)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

close(self)

source code 
Overrides: TeeInput.close

_finalize(self)

source code 

here we wil fetch final trailers if any.

Overrides: TeeInput._finalize