Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
pip._vendor.urllib3.exceptions.IncompleteRead Class Reference
Inheritance diagram for pip._vendor.urllib3.exceptions.IncompleteRead:
Inheritance graph
[legend]
Collaboration diagram for pip._vendor.urllib3.exceptions.IncompleteRead:
Collaboration graph
[legend]

Public Member Functions

 __init__ (self, partial, expected)
 
 __repr__ (self)
 

Public Attributes

 partial
 
 expected
 

Detailed Description

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.

The documentation for this class was generated from the following file: