/usr/lib/python3.6/site-packages/requests/__pycache__
NameSizeModeActions
adapters.cpython-36.opt-1.pyc224850644editdlrm
adapters.cpython-36.pyc224850644editdlrm
api.cpython-36.opt-1.pyc64120644editdlrm
api.cpython-36.pyc64120644editdlrm
auth.cpython-36.opt-1.pyc82630644editdlrm
auth.cpython-36.pyc82630644editdlrm
certs.cpython-36.opt-1.pyc8750644editdlrm
certs.cpython-36.pyc8750644editdlrm
compat.cpython-36.opt-1.pyc15760644editdlrm
compat.cpython-36.pyc15760644editdlrm
cookies.cpython-36.opt-1.pyc187080644editdlrm
cookies.cpython-36.pyc187080644editdlrm
exceptions.cpython-36.opt-1.pyc54160644editdlrm
exceptions.cpython-36.pyc54160644editdlrm
help.cpython-36.opt-1.pyc25490644editdlrm
help.cpython-36.pyc25490644editdlrm
hooks.cpython-36.opt-1.pyc9010644editdlrm
hooks.cpython-36.pyc9010644editdlrm
models.cpython-36.opt-1.pyc240110644editdlrm
models.cpython-36.pyc240110644editdlrm
packages.cpython-36.opt-1.pyc3530644editdlrm
packages.cpython-36.pyc3530644editdlrm
sessions.cpython-36.opt-1.pyc193690644editdlrm
sessions.cpython-36.pyc193690644editdlrm
status_codes.cpython-36.opt-1.pyc46990644editdlrm
status_codes.cpython-36.pyc46990644editdlrm
structures.cpython-36.opt-1.pyc43000644editdlrm
structures.cpython-36.pyc43000644editdlrm
utils.cpython-36.opt-1.pyc219870644editdlrm
utils.cpython-36.pyc219870644editdlrm
_internal_utils.cpython-36.opt-1.pyc11870644editdlrm
_internal_utils.cpython-36.pyc12290644editdlrm
__init__.cpython-36.opt-1.pyc29870644editdlrm
__init__.cpython-36.pyc31100644editdlrm
__version__.cpython-36.opt-1.pyc4710644editdlrm
__version__.cpython-36.pyc4710644editdlrm
Edit: /usr/lib/python3.6/site-packages/requests/__pycache__/exceptions.cpython-36.pyc (5416B)
3 æÈ[q ã@s”dZddlmZGdd„deƒZGdd„deƒZGdd„deƒZGd d „d eƒZGd d „d eƒZGd d„deƒZ Gdd„dee ƒZ Gdd„de ƒZ Gdd„deƒZ Gdd„deƒZ Gdd„deeƒZGdd„deeƒZGdd„deeƒZGdd„deeƒZGdd „d eƒZGd!d"„d"eƒZGd#d$„d$eeƒZGd%d&„d&eeƒZGd'd(„d(eƒZGd)d*„d*eƒZGd+d,„d,eƒZGd-d.„d.eeƒZGd/d0„d0eƒZd1S)2z` requests.exceptions ~~~~~~~~~~~~~~~~~~~ This module contains the set of Requests' exceptions. é)Ú HTTPErrorcs eZdZdZ‡fdd„Z‡ZS)ÚRequestExceptionzTThere was an ambiguous exception that occurred while handling your request. csZ|jddƒ}||_|jddƒ|_|dk rD|j rDt|dƒrD|jj|_tt|ƒj||ŽdS)zBInitialize RequestException with `request` and `response` objects.ÚresponseNÚrequest)ÚpoprrÚhasattrÚsuperrÚ__init__)ÚselfÚargsÚkwargsr)Ú __class__©ú /usr/lib/python3.6/exceptions.pyr s   zRequestException.__init__)Ú__name__Ú __module__Ú __qualname__Ú__doc__r Ú __classcell__rr)r rr src@seZdZdZdS)rzAn HTTP error occurred.N)rrrrrrrrrsrc@seZdZdZdS)ÚConnectionErrorzA Connection error occurred.N)rrrrrrrrr src@seZdZdZdS)Ú ProxyErrorzA proxy error occurred.N)rrrrrrrrr$src@seZdZdZdS)ÚSSLErrorzAn SSL error occurred.N)rrrrrrrrr(src@seZdZdZdS)ÚTimeoutz«The request timed out. Catching this error will catch both :exc:`~requests.exceptions.ConnectTimeout` and :exc:`~requests.exceptions.ReadTimeout` errors. N)rrrrrrrrr,src@seZdZdZdS)ÚConnectTimeoutz‚The request timed out while trying to connect to the remote server. Requests that produced this error are safe to retry. N)rrrrrrrrr5src@seZdZdZdS)Ú ReadTimeoutz@The server did not send any data in the allotted amount of time.N)rrrrrrrrr<src@seZdZdZdS)Ú URLRequiredz*A valid URL is required to make a request.N)rrrrrrrrr@src@seZdZdZdS)ÚTooManyRedirectszToo many redirects.N)rrrrrrrrrDsrc@seZdZdZdS)Ú MissingSchemaz/The URL schema (e.g. http or https) is missing.N)rrrrrrrrrHsrc@seZdZdZdS)Ú InvalidSchemaz"See defaults.py for valid schemas.N)rrrrrrrrrLsrc@seZdZdZdS)Ú InvalidURLz%The URL provided was somehow invalid.N)rrrrrrrrrPsrc@seZdZdZdS)Ú InvalidHeaderz.The header value provided was somehow invalid.N)rrrrrrrrr Tsr c@seZdZdZdS)ÚInvalidProxyURLz"The proxy URL provided is invalid.N)rrrrrrrrr!Xsr!c@seZdZdZdS)ÚChunkedEncodingErrorz?The server declared chunked encoding but sent an invalid chunk.N)rrrrrrrrr"\sr"c@seZdZdZdS)ÚContentDecodingErrorz!Failed to decode response contentN)rrrrrrrrr#`sr#c@seZdZdZdS)ÚStreamConsumedErrorz2The content for this response was already consumedN)rrrrrrrrr$dsr$c@seZdZdZdS)Ú RetryErrorzCustom retries logic failedN)rrrrrrrrr%hsr%c@seZdZdZdS)ÚUnrewindableBodyErrorz:Requests encountered an error when trying to rewind a bodyN)rrrrrrrrr&lsr&c@seZdZdZdS)ÚRequestsWarningzBase warning for Requests.N)rrrrrrrrr'rsr'c@seZdZdZdS)ÚFileModeWarningzJA file was opened in text mode, but Requests determined its binary length.N)rrrrrrrrr(wsr(c@seZdZdZdS)ÚRequestsDependencyWarningz@An imported dependency doesn't match the expected version range.N)rrrrrrrrr)|sr)N)rZurllib3.exceptionsrZ BaseHTTPErrorÚIOErrorrrrrrrrrrÚ ValueErrorrrrr r!r"r#Ú TypeErrorr$r%r&ÚWarningr'ÚDeprecationWarningr(r)rrrrÚs0