class documentation

class DechunkedInput(io.RawIOBase):

View In Hierarchy

An input stream that handles Transfer-Encoding 'chunked'
Method __init__ Undocumented
Method read​_chunk​_len Undocumented
Method readable Undocumented
Method readinto Undocumented
Instance Variable ​_done Undocumented
Instance Variable ​_len Undocumented
Instance Variable ​_rfile Undocumented
def __init__(self, rfile):

Undocumented

Parameters
rfile:t.IO[bytes]Undocumented
def read_chunk_len(self):

Undocumented

Returns
intUndocumented
def readable(self):

Undocumented

Returns
boolUndocumented
def readinto(self, buf):

Undocumented

Parameters
buf:bytearrayUndocumented
Returns
intUndocumented
_done: bool =

Undocumented

_len =

Undocumented

_rfile =

Undocumented