/opt/alt/python37/lib/python3.7/site-packages/requests/__pycache__
NameSizeModeActions
adapters.cpython-37.opt-1.pyc167740644editdlrm
adapters.cpython-37.pyc167740644editdlrm
api.cpython-37.opt-1.pyc66480644editdlrm
api.cpython-37.pyc66480644editdlrm
auth.cpython-37.opt-1.pyc83130644editdlrm
auth.cpython-37.pyc83130644editdlrm
certs.cpython-37.opt-1.pyc8140644editdlrm
certs.cpython-37.pyc8140644editdlrm
compat.cpython-37.opt-1.pyc16760644editdlrm
compat.cpython-37.pyc16760644editdlrm
cookies.cpython-37.opt-1.pyc187480644editdlrm
cookies.cpython-37.pyc187480644editdlrm
exceptions.cpython-37.opt-1.pyc56240644editdlrm
exceptions.cpython-37.pyc56240644editdlrm
help.cpython-37.opt-1.pyc28100644editdlrm
help.cpython-37.pyc28100644editdlrm
hooks.cpython-37.opt-1.pyc9410644editdlrm
hooks.cpython-37.pyc9410644editdlrm
models.cpython-37.opt-1.pyc246170644editdlrm
models.cpython-37.pyc246170644editdlrm
packages.cpython-37.opt-1.pyc6720644editdlrm
packages.cpython-37.pyc6720644editdlrm
sessions.cpython-37.opt-1.pyc197840644editdlrm
sessions.cpython-37.pyc197840644editdlrm
status_codes.cpython-37.opt-1.pyc41860644editdlrm
status_codes.cpython-37.pyc41860644editdlrm
structures.cpython-37.opt-1.pyc43700644editdlrm
structures.cpython-37.pyc43700644editdlrm
utils.cpython-37.opt-1.pyc230530644editdlrm
utils.cpython-37.pyc230530644editdlrm
_internal_utils.cpython-37.opt-1.pyc12270644editdlrm
_internal_utils.cpython-37.pyc12690644editdlrm
__init__.cpython-37.opt-1.pyc36200644editdlrm
__init__.cpython-37.pyc38410644editdlrm
__version__.cpython-37.opt-1.pyc5160644editdlrm
__version__.cpython-37.pyc5160644editdlrm
Edit: /opt/alt/python37/lib/python3.7/site-packages/requests/__pycache__/exceptions.cpython-37.pyc (5624B)
B ^Âì`¦ ã@s¤dZddlmZGdd„deƒZGdd„deƒZGdd„deƒZGd d „d eƒZGd d „d eƒZGd d„deƒZ Gdd„deƒZ Gdd„dee ƒZ Gdd„de ƒZ Gdd„deƒZ Gdd„deƒZGdd„deeƒZGdd„deeƒZGdd„deeƒZGdd „d eeƒZGd!d"„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/d0„d0eeƒZGd1d2„d2eƒZd3S)4z` 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. csX| dd¡}||_| dd¡|_|dk rB|jsBt|dƒrB|jj|_tt|ƒj||ŽdS)zBInitialize RequestException with `request` and `response` objects.ÚresponseNÚrequest)ÚpoprrÚhasattrÚsuperrÚ__init__)ÚselfÚargsÚkwargsr)Ú __class__©úD/opt/alt/python37/lib/python3.7/site-packages/requests/exceptions.pyr s   zRequestException.__init__)Ú__name__Ú __module__Ú __qualname__Ú__doc__r Ú __classcell__rr)r rr src@seZdZdZdS)ÚInvalidJSONErrorzA JSON error occurred.N)rrrrrrrrrsrc@seZdZdZdS)rzAn HTTP error occurred.N)rrrrrrrrr src@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)rrrrrrrrr0src@seZdZdZdS)ÚConnectTimeoutz‚The request timed out while trying to connect to the remote server. Requests that produced this error are safe to retry. N)rrrrrrrrr9src@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)rrrrrrrrrDsrc@seZdZdZdS)ÚTooManyRedirectszToo many redirects.N)rrrrrrrrrHsrc@seZdZdZdS)Ú MissingSchemaz/The URL schema (e.g. http or https) is missing.N)rrrrrrrrrLsrc@seZdZdZdS)Ú InvalidSchemaz"See defaults.py for valid schemas.N)rrrrrrrrrPsrc@seZdZdZdS)Ú InvalidURLz%The URL provided was somehow invalid.N)rrrrrrrrr Tsr c@seZdZdZdS)Ú InvalidHeaderz.The header value provided was somehow invalid.N)rrrrrrrrr!Xsr!c@seZdZdZdS)ÚInvalidProxyURLz"The proxy URL provided is invalid.N)rrrrrrrrr"\sr"c@seZdZdZdS)ÚChunkedEncodingErrorz?The server declared chunked encoding but sent an invalid chunk.N)rrrrrrrrr#`sr#c@seZdZdZdS)ÚContentDecodingErrorz"Failed to decode response content.N)rrrrrrrrr$dsr$c@seZdZdZdS)ÚStreamConsumedErrorz3The content for this response was already consumed.N)rrrrrrrrr%hsr%c@seZdZdZdS)Ú RetryErrorzCustom retries logic failedN)rrrrrrrrr&lsr&c@seZdZdZdS)ÚUnrewindableBodyErrorz;Requests encountered an error when trying to rewind a body.N)rrrrrrrrr'psr'c@seZdZdZdS)ÚRequestsWarningzBase warning for Requests.N)rrrrrrrrr(vsr(c@seZdZdZdS)ÚFileModeWarningzJA file was opened in text mode, but Requests determined its binary length.N)rrrrrrrrr)zsr)c@seZdZdZdS)ÚRequestsDependencyWarningz@An imported dependency doesn't match the expected version range.N)rrrrrrrrr*~sr*N) rZurllib3.exceptionsrZ BaseHTTPErrorÚIOErrorrrrrrrrrrrÚ ValueErrorrrr r!r"r#r$Ú TypeErrorr%r&r'ÚWarningr(ÚDeprecationWarningr)r*rrrrÚs2