Package restkit :: Module tee :: Class TeeInput
[hide private]
[frames] | no frames]

Class TeeInput

source code

object --+
         |
        TeeInput

Instance Methods [hide private]
 
__init__(self, socket, parser, buf, maybe_close=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
seek(self, offset, whence=0) source code
 
flush(self) source code
 
read(self, length=-1)
read
source code
 
readline(self, size=-1) source code
 
readlines(self, sizehint=0) source code
 
next(self) source code
 
__next__(self) source code
 
__iter__(self) source code
 
_tee(self, length)
fetch partial body
source code
 
_finalize(self)
here we wil fetch final trailers if any.
source code
 
_tmp_size(self) source code
 
_ensure_length(self, buf, length) source code

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

Properties [hide private]
  len

Inherited from object: __class__

Method Details [hide private]

__init__(self, socket, parser, buf, maybe_close=None)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

len

Get Method:
unreachable.len(self)