/usr/local/lib/python3.6/site-packages/urllib3/__pycache__
NameSizeModeActions
connection.cpython-36.pyc138070644editdlrm
connectionpool.cpython-36.pyc258530644editdlrm
exceptions.cpython-36.pyc120020644editdlrm
fields.cpython-36.pyc81020644editdlrm
filepost.cpython-36.pyc27100644editdlrm
poolmanager.cpython-36.pyc152340644editdlrm
request.cpython-36.pyc62610644editdlrm
response.cpython-36.pyc222530644editdlrm
_collections.cpython-36.pyc111800644editdlrm
_version.cpython-36.pyc1640644editdlrm
__init__.cpython-36.pyc25350644editdlrm
Edit: /usr/local/lib/python3.6/site-packages/urllib3/__pycache__/exceptions.cpython-36.pyc (12002B)
3 óEg ã@s~ddlmZddlmZGdd„deƒZGdd„deƒZGdd „d eƒZ Gd d „d e ƒZ Gd d „d eƒZ Gdd„deƒZ Gdd„deƒZ Gdd„deƒZeZGdd„de ƒZGdd„de ƒZGdd„deƒZGdd„deƒZGdd„dee ƒZGdd„deƒZGd d!„d!ee ƒZGd"d#„d#e ƒZGd$d%„d%e ƒZGd&d'„d'eeƒZGd(d)„d)eƒZGd*d+„d+eƒZGd,d-„d-eƒZGd.d/„d/eƒZGd0d1„d1eƒZGd2d3„d3eƒZ Gd4d5„d5eƒZ!Gd6d7„d7eƒZ"Gd8d9„d9eƒZ#Gd:d;„d;eƒZ$Gdd?„d?eƒZ&Gd@dA„dAeeƒZGdBdC„dCeeƒZ'GdDdE„dEeƒZ(GdFdG„dGe)eƒZ*GdHdI„dIeƒZ+GdJdK„dKeƒZ,GdLdM„dMeƒZ-dNS)Oé)Úabsolute_importé)ÚIncompleteReadc@seZdZdZdS)Ú HTTPErrorz#Base exception used by this module.N)Ú__name__Ú __module__Ú __qualname__Ú__doc__©r r úRaised when something unexpected happens mid-request/response.N)rrrr r r r r r@src@seZdZdZddd„ZdS)Ú MaxRetryErrora Raised when the maximum number of retries is exceeded. :param pool: The connection pool :type pool: :class:`~urllib3.connectionpool.HTTPConnectionPool` :param string url: The requested Url :param exceptions.Exception reason: The underlying error NcCs&||_d||f}tj||||ƒdS)Nz0Max retries exceeded with url: %s (Caused by %r))Úreasonrr)rrrr rr r r rWs zMaxRetryError.__init__)N)rrrr rr r r r rMsrc@seZdZdZddd„ZdS)ÚHostChangedErrorz?Raised when an existing pool gets a request for a foreign host.écCs"d|}tj||||ƒ||_dS)Nz)Tried to open a foreign host with url: %s)rrÚretries)rrrr#rr r r rbszHostChangedError.__init__N)r")rrrr rr r r r r!_sr!c@seZdZdZdS)ÚTimeoutStateErrorz1Raised when passing an invalid state to a timeoutN)rrrr r r r r r$hsr$c@seZdZdZdS)Ú TimeoutErrorz¿Raised when a socket timeout error occurs. Catching this error will catch both :exc:`ReadTimeoutErrors ` and :exc:`ConnectTimeoutErrors `. N)rrrr r r r r r%nsr%c@seZdZdZdS)ÚReadTimeoutErrorzFRaised when a socket timeout occurs while receiving data from a serverN)rrrr r r r r r&xsr&c@seZdZdZdS)ÚConnectTimeoutErrorz@Raised when a socket timeout occurs while connecting to a serverN)rrrr r r r r r'€sr'c@seZdZdZdS)ÚNewConnectionErrorzHRaised when we fail to establish a new connection. Usually ECONNREFUSED.N)rrrr r r r r r(†sr(c@seZdZdZdS)ÚEmptyPoolErrorzCRaised when a pool runs out of connections and no more are allowed.N)rrrr r r r r r)Œsr)c@seZdZdZdS)ÚClosedPoolErrorzCRaised when a request enters a pool after the pool has been closed.N)rrrr r r r r r*’sr*c@seZdZdZdS)ÚLocationValueErrorzrr r )rr rõs rcs(eZdZdZ‡fdd„Zdd„Z‡ZS)ÚInvalidChunkLengthz+Invalid chunk length in a chunked response.cs(tt|ƒj|jƒ|jƒ||_||_dS)N)rr?rÚtellÚlength_remainingÚresponseÚlength)rrBrC)rr r r s zInvalidChunkLength.__init__cCsd|j|jfS)Nz0InvalidChunkLength(got length %r, %i bytes read))rCr<)rr r r r>szInvalidChunkLength.__repr__)rrrr rr>rr r )rr r?s r?c@seZdZdZdS)Ú InvalidHeaderz(The header provided was somehow invalid.N)rrrr r r r r rDsrDcs eZdZdZ‡fdd„Z‡ZS)ÚProxySchemeUnknownz1ProxyManager does not support the supplied schemecs6|dkr d}|dkrd}nd|}tt|ƒj|ƒdS)NÚ localhostz>Proxy URL had no scheme, should start with http:// or https://zCProxy URL had unsupported scheme %s, should use http:// or https://)rrEr)rr/r)rr r r#szProxySchemeUnknown.__init__)rrrr rrr r )rr rEsrEc@seZdZdZdS)ÚProxySchemeUnsupportedz=Fetching HTTPS resources through HTTPS proxies is unsupportedN)rrrr r r r r rG2srGcs eZdZdZ‡fdd„Z‡ZS)ÚHeaderParsingErrorzNRaised by assert_header_parsing, but we convert it to a log.warning statement.cs$d|pd|f}tt|ƒj|ƒdS)Nz%s, unparsed data: %rÚUnknown)rrHr)rÚdefectsÚ unparsed_datar)rr r r;szHeaderParsingError.__init__)rrrr rrr r )rr rH8srHc@seZdZdZdS)ÚUnrewindableBodyErrorz9urllib3 encountered an error when trying to rewind a bodyN)rrrr r r r r rL@srLN).Ú __future__rZpackages.six.moves.http_clientrÚhttplib_IncompleteReadÚ ExceptionrÚWarningr r rrrrrÚConnectionErrorrr!r$r%r&r'r(r)r*Ú ValueErrorr+r,r.r0r3r4r5r6r7r8r9r:r;r?rDÚAssertionErrorrErGrHrLr r r r ÚsN