Psyduck - 可達鴨 之 鴨力山大2


Server : LiteSpeed
System : Linux premium217.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User : alloknri ( 880)
PHP Version : 8.1.34
Disable Function : NONE
Directory :  /lib64/python3.6/distutils/__pycache__/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //lib64/python3.6/distutils/__pycache__/errors.cpython-36.pyc
3


 \�
�@s8dZGdd�de�ZGdd�de�ZGdd�de�ZGdd�de�ZGd	d
�d
e�ZGdd�de�ZGd
d�de�ZGdd�de�Z	Gdd�de�Z
Gdd�de�ZGdd�de�ZGdd�de�Z
Gdd�de�ZGdd�de�ZGdd�de�ZGdd �d e�ZGd!d"�d"e�ZGd#d$�d$e�ZGd%d&�d&e�Zd'S)(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@seZdZdZdS)�DistutilsErrorzThe root of all Distutils evil.N)�__name__�
__module__�__qualname__�__doc__�rr�(/usr/lib64/python3.6/distutils/errors.pyrsrc@seZdZdZdS)�DistutilsModuleErrorz�Unable to load an expected module, or to find an expected class
    within some module (in particular, command modules and classes).N)rrrrrrrrrsrc@seZdZdZdS)�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.N)rrrrrrrrr	sr	c@seZdZdZdS)�DistutilsGetoptErrorz7The option table provided to 'fancy_getopt()' is bogus.N)rrrrrrrrr
sr
c@seZdZdZdS)�DistutilsArgErrorzaRaised by fancy_getopt in response to getopt.error -- ie. an
    error in the command line usage.N)rrrrrrrrrsrc@seZdZdZdS)�DistutilsFileErrorz�Any problems in the filesystem: expected file not found, etc.
    Typically this is for problems that we detect before OSError
    could be raised.N)rrrrrrrrr$src@seZdZdZdS)�DistutilsOptionErrora�Syntactic/semantic errors in command options, such as use of
    mutually conflicting options, or inconsistent options,
    badly-spelled values, etc.  No distinction is made between option
    values originating in the setup script, the command line, config
    files, or what-have-you -- but if we *know* something originated in
    the setup script, we'll raise DistutilsSetupError instead.N)rrrrrrrrr
*sr
c@seZdZdZdS)�DistutilsSetupErrorzqFor errors that can be definitely blamed on the setup script,
    such as invalid keyword arguments to 'setup()'.N)rrrrrrrrr3src@seZdZdZdS)�DistutilsPlatformErrorz�We don't know how to do something on the current platform (but
    we do know how to do it on some platform) -- eg. trying to compile
    C files on a platform not supported by a CCompiler subclass.N)rrrrrrrrr8src@seZdZdZdS)�DistutilsExecErrorz`Any problems executing an external program (such as the C
    compiler, when compiling C files).N)rrrrrrrrr>src@seZdZdZdS)�DistutilsInternalErrorzoInternal inconsistencies or impossibilities (obviously, this
    should never be seen if the code is working!).N)rrrrrrrrrCsrc@seZdZdZdS)�DistutilsTemplateErrorz%Syntax error in a file list template.N)rrrrrrrrrHsrc@seZdZdZdS)�DistutilsByteCompileErrorzByte compile error.N)rrrrrrrrrKsrc@seZdZdZdS)�CCompilerErrorz#Some compile/link operation failed.N)rrrrrrrrrOsrc@seZdZdZdS)�PreprocessErrorz.Failure to preprocess one or more C/C++ files.N)rrrrrrrrrRsrc@seZdZdZdS)�CompileErrorz2Failure to compile one or more C/C++ source files.N)rrrrrrrrrUsrc@seZdZdZdS)�LibErrorzKFailure to create a static library from one or more C/C++ object
    files.N)rrrrrrrrrXsrc@seZdZdZdS)�	LinkErrorz]Failure to link one or more C/C++ object files into an executable
    or shared library file.N)rrrrrrrrr\src@seZdZdZdS)�UnknownFileErrorz(Attempt to process an unknown file type.N)rrrrrrrrr`srN)r�	Exceptionrrr	r
rrr
rrrrrrrrrrrrrrrr�<module>	s&	
Name
Size
Permissions
Options
__init__.cpython-36.opt-1.pyc
0.369 KB
-rw-r--r--
__init__.cpython-36.opt-2.pyc
0.191 KB
-rw-r--r--
__init__.cpython-36.pyc
0.369 KB
-rw-r--r--
_msvccompiler.cpython-36.opt-1.pyc
13.185 KB
-rw-r--r--
_msvccompiler.cpython-36.opt-2.pyc
12.392 KB
-rw-r--r--
_msvccompiler.cpython-36.pyc
13.244 KB
-rw-r--r--
archive_util.cpython-36.opt-1.pyc
6.374 KB
-rw-r--r--
archive_util.cpython-36.opt-2.pyc
4.381 KB
-rw-r--r--
archive_util.cpython-36.pyc
6.374 KB
-rw-r--r--
bcppcompiler.cpython-36.opt-1.pyc
6.329 KB
-rw-r--r--
bcppcompiler.cpython-36.opt-2.pyc
6.048 KB
-rw-r--r--
bcppcompiler.cpython-36.pyc
6.329 KB
-rw-r--r--
ccompiler.cpython-36.opt-1.pyc
32.441 KB
-rw-r--r--
ccompiler.cpython-36.opt-2.pyc
16.475 KB
-rw-r--r--
ccompiler.cpython-36.pyc
32.565 KB
-rw-r--r--
cmd.cpython-36.opt-1.pyc
14.637 KB
-rw-r--r--
cmd.cpython-36.opt-2.pyc
8.78 KB
-rw-r--r--
cmd.cpython-36.pyc
14.637 KB
-rw-r--r--
config.cpython-36.opt-1.pyc
3.405 KB
-rw-r--r--
config.cpython-36.opt-2.pyc
3.022 KB
-rw-r--r--
config.cpython-36.pyc
3.405 KB
-rw-r--r--
core.cpython-36.opt-1.pyc
6.644 KB
-rw-r--r--
core.cpython-36.opt-2.pyc
3.336 KB
-rw-r--r--
core.cpython-36.pyc
6.644 KB
-rw-r--r--
cygwinccompiler.cpython-36.opt-1.pyc
8.309 KB
-rw-r--r--
cygwinccompiler.cpython-36.opt-2.pyc
6.717 KB
-rw-r--r--
cygwinccompiler.cpython-36.pyc
8.309 KB
-rw-r--r--
debug.cpython-36.opt-1.pyc
0.184 KB
-rw-r--r--
debug.cpython-36.opt-2.pyc
0.184 KB
-rw-r--r--
debug.cpython-36.pyc
0.184 KB
-rw-r--r--
dep_util.cpython-36.opt-1.pyc
2.641 KB
-rw-r--r--
dep_util.cpython-36.opt-2.pyc
1.23 KB
-rw-r--r--
dep_util.cpython-36.pyc
2.641 KB
-rw-r--r--
dir_util.cpython-36.opt-1.pyc
5.668 KB
-rw-r--r--
dir_util.cpython-36.opt-2.pyc
3.346 KB
-rw-r--r--
dir_util.cpython-36.pyc
5.668 KB
-rw-r--r--
dist.cpython-36.opt-1.pyc
33.411 KB
-rw-r--r--
dist.cpython-36.opt-2.pyc
24.333 KB
-rw-r--r--
dist.cpython-36.pyc
33.411 KB
-rw-r--r--
errors.cpython-36.opt-1.pyc
5.346 KB
-rw-r--r--
errors.cpython-36.opt-2.pyc
2.77 KB
-rw-r--r--
errors.cpython-36.pyc
5.346 KB
-rw-r--r--
extension.cpython-36.opt-1.pyc
6.787 KB
-rw-r--r--
extension.cpython-36.opt-2.pyc
3.379 KB
-rw-r--r--
extension.cpython-36.pyc
6.787 KB
-rw-r--r--
fancy_getopt.cpython-36.opt-1.pyc
10.257 KB
-rw-r--r--
fancy_getopt.cpython-36.opt-2.pyc
7.512 KB
-rw-r--r--
fancy_getopt.cpython-36.pyc
10.403 KB
-rw-r--r--
file_util.cpython-36.opt-1.pyc
5.759 KB
-rw-r--r--
file_util.cpython-36.opt-2.pyc
3.672 KB
-rw-r--r--
file_util.cpython-36.pyc
5.759 KB
-rw-r--r--
filelist.cpython-36.opt-1.pyc
9.546 KB
-rw-r--r--
filelist.cpython-36.opt-2.pyc
6.742 KB
-rw-r--r--
filelist.cpython-36.pyc
9.634 KB
-rw-r--r--
log.cpython-36.opt-1.pyc
2.245 KB
-rw-r--r--
log.cpython-36.opt-2.pyc
2.186 KB
-rw-r--r--
log.cpython-36.pyc
2.245 KB
-rw-r--r--
msvc9compiler.cpython-36.opt-1.pyc
16.974 KB
-rw-r--r--
msvc9compiler.cpython-36.opt-2.pyc
15.395 KB
-rw-r--r--
msvc9compiler.cpython-36.pyc
17.035 KB
-rw-r--r--
msvccompiler.cpython-36.opt-1.pyc
14.227 KB
-rw-r--r--
msvccompiler.cpython-36.opt-2.pyc
12.683 KB
-rw-r--r--
msvccompiler.cpython-36.pyc
14.227 KB
-rw-r--r--
spawn.cpython-36.opt-1.pyc
4.876 KB
-rw-r--r--
spawn.cpython-36.opt-2.pyc
3.603 KB
-rw-r--r--
spawn.cpython-36.pyc
4.876 KB
-rw-r--r--
sysconfig.cpython-36.opt-1.pyc
11.639 KB
-rw-r--r--
sysconfig.cpython-36.opt-2.pyc
8.235 KB
-rw-r--r--
sysconfig.cpython-36.pyc
11.639 KB
-rw-r--r--
text_file.cpython-36.opt-1.pyc
8.26 KB
-rw-r--r--
text_file.cpython-36.opt-2.pyc
3.277 KB
-rw-r--r--
text_file.cpython-36.pyc
8.26 KB
-rw-r--r--
unixccompiler.cpython-36.opt-1.pyc
6.69 KB
-rw-r--r--
unixccompiler.cpython-36.opt-2.pyc
6.076 KB
-rw-r--r--
unixccompiler.cpython-36.pyc
6.69 KB
-rw-r--r--
util.cpython-36.opt-1.pyc
15.159 KB
-rw-r--r--
util.cpython-36.opt-2.pyc
9.24 KB
-rw-r--r--
util.cpython-36.pyc
15.159 KB
-rw-r--r--
version.cpython-36.opt-1.pyc
7.138 KB
-rw-r--r--
version.cpython-36.opt-2.pyc
3.93 KB
-rw-r--r--
version.cpython-36.pyc
7.182 KB
-rw-r--r--
versionpredicate.cpython-36.opt-1.pyc
4.964 KB
-rw-r--r--
versionpredicate.cpython-36.opt-2.pyc
2.542 KB
-rw-r--r--
versionpredicate.cpython-36.pyc
4.964 KB
-rw-r--r--