exception documentation

class IncompleteRead(HTTPError, httplib_IncompleteRead): (source)

View In Hierarchy

Response length doesn't match expected Content-Length Subclass of :class:`http.client.IncompleteRead` to allow int value for ``partial`` to avoid creating large objects on streamed reads.

Method __init__ Undocumented
Method __repr__ Undocumented
def __init__(self, partial, expected): (source)

Undocumented

def __repr__(self): (source)

Undocumented