Server IP : 209.38.156.173 / Your IP : 216.73.216.122 [ Web Server : Apache/2.4.52 (Ubuntu) System : Linux lakekumayuhotel 5.15.0-136-generic #147-Ubuntu SMP Sat Mar 15 15:53:30 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.1.2-1ubuntu2.22 Disable Function : NONE Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/python3/dist-packages/requests_toolbelt/__pycache__/ |
Upload File : |
o �ˀXo � @ sH d Z G dd� de�ZG dd� de�ZG dd� de�ZG dd� de�Zd S ) z5Collection of exceptions raised by requests-toolbelt.c @ � e Zd ZdZdS )�StreamingErrorz6Used in :mod:`requests_toolbelt.downloadutils.stream`.N��__name__� __module__�__qualname__�__doc__� r r �>/usr/lib/python3/dist-packages/requests_toolbelt/exceptions.pyr s r c @ r )�VersionMismatchErrorz�Used to indicate a version mismatch in the version of requests required. The feature in use requires a newer version of Requests to function appropriately but the version installed is not sufficient. Nr r r r r r � r c @ r )�RequestsVersionTooOldz�Used to indicate that the Requests version is too old. If the version of Requests is too old to support a feature, we will issue this warning to the user. Nr r r r r r r r c @ r )� IgnoringGAECertificateValidationaq Used to indicate that given GAE validation behavior will be ignored. If the user has tried to specify certificate validation when using the insecure AppEngine adapter, it will be ignored (certificate validation will remain off), so we will issue this warning to the user. In :class:`requests_toolbelt.adapters.appengine.InsecureAppEngineAdapter`. Nr r r r r r s r N)r � Exceptionr r �Warningr r r r r r �<module> s