| Server IP : 139.59.63.204 / Your IP : 216.73.217.62 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ubuntu-s-1vcpu-1gb-blr1-01 6.8.0-110-generic #110-Ubuntu SMP PREEMPT_DYNAMIC Thu Mar 19 15:09:20 UTC 2026 x86_64 User : root ( 0) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /usr/lib/python3/dist-packages/setuptools/_distutils/__pycache__/ |
Upload File : |
�
_�d � � � d Z G d� de� Z G d� de� Z G d� de� Z G d� de� Z G d � d
e� Z G d� de� Z G d
� de� Z G d� de� Z G d� de� Z
G d� de� Z G d� de� Z G d� de� Z
G d� de� Z G d� de� Z G d� de� Z G d� d e� Z G d!� d"e� Z G d#� d$e� Z G d%� d&e� Zy')(a� distutils.errors
Provides exceptions used by the Distutils modules. Note that Distutils
modules may raise standard exceptions; in particular, SystemExit is
usually raised for errors that are obviously the end-user's fault
(eg. bad command-line arguments).
This module is safe to use in "from ... import *" mode; it only exports
symbols whose names start with "Distutils" and end with "Error".c � � e Zd ZdZy)�DistutilsErrorzThe root of all Distutils evil.N��__name__�
__module__�__qualname__�__doc__� � �>/usr/lib/python3/dist-packages/setuptools/_distutils/errors.pyr r s � �)�r
r c � � e Zd ZdZy)�DistutilsModuleErrorz�Unable to load an expected module, or to find an expected class
within some module (in particular, command modules and classes).Nr r r
r r
r
s
� �H� r
r
c � � e Zd ZdZy)�DistutilsClassErrorz�Some command class (or possibly distribution class, if anyone
feels a need to subclass Distribution) is found not to be holding
up its end of the bargain, ie. implementing some part of the
"command "interface.Nr r r
r r r s � ��
r
r c � � e Zd ZdZy)�DistutilsGetoptErrorz7The option table provided to 'fancy_getopt()' is bogus.Nr r r
r r r "