| Server IP : 43.141.49.92 / Your IP : 113.219.202.44 Web Server : Apache System : Linux VM-8-5-opencloudos 6.6.34-9.oc9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jun 19 19:35:45 CST 2024 x86_64 User : www ( 1000) PHP Version : 8.1.27 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib64/python3.11/distutils/command/__pycache__/ |
Upload File : |
�
��e� � �Z � d Z ddlZddlZddlZddlmZ ddlmZ dZ G d� de� � Z
dS )zkdistutils.command.install_lib
Implements the Distutils 'install_lib' command
(install all Python modules).� N)�Command)�DistutilsOptionErrorz.pyc �f � e Zd ZdZg d�Zg d�ZddiZd� Zd� Zd� Z d � Z
d
� Zd� Zd� Z
d
� Zd� Zd� ZdS )�install_libz7install all Python modules (extensions and pure Python)))zinstall-dir=�dzdirectory to install to)z
build-dir=�bz'build directory (where to install from))�force�fz-force installation (overwrite existing files))�compile�czcompile .py to .pyc [default])�
no-compileNzdon't compile .py files)z optimize=�Ozlalso compile with optimization: -O1 for "python -O", -O2 for "python -OO", and -O0 to disable [default: -O0])�
skip-buildNzskip the build steps)r r r r
r c �Z � d | _ d | _ d| _ d | _ d | _ d | _ d S )Nr )�install_dir� build_dirr r �optimize�
skip_build��selfs �6/usr/lib64/python3.11/distutils/command/install_lib.py�initialize_optionszinstall_lib.initialize_options3 s1 � ���������
������
������ c �H � | � ddddddd� � | j �d| _ | j �d | _ t | j t � � sP t | j � � | _ | j d
vrt
�d S # t t
f$ r t d� � �w xY wd S )N�install)� build_libr )r r )r r )r r )r r )r r TF)r � � zoptimize must be 0, 1, or 2)�set_undefined_optionsr r �
isinstance�int�AssertionError�
ValueErrorr r s r �finalize_optionszinstall_lib.finalize_options<