opt
/
alt
/
python310
/
lib64
/
python3.10
/
distutils
/
command
/
__pycache__
/
Go to Home Directory
+
Upload
Create File
root@0UT1S:~$
Execute
By Order of Mr.0UT1S
[DIR] ..
N/A
__init__.cpython-310.opt-1.pyc
477 bytes
Rename
Delete
__init__.cpython-310.opt-2.pyc
372 bytes
Rename
Delete
__init__.cpython-310.pyc
477 bytes
Rename
Delete
bdist.cpython-310.opt-1.pyc
3.48 KB
Rename
Delete
bdist.cpython-310.opt-2.pyc
3.30 KB
Rename
Delete
bdist.cpython-310.pyc
3.48 KB
Rename
Delete
bdist_dumb.cpython-310.opt-1.pyc
3.52 KB
Rename
Delete
bdist_dumb.cpython-310.opt-2.pyc
3.33 KB
Rename
Delete
bdist_dumb.cpython-310.pyc
3.52 KB
Rename
Delete
bdist_msi.cpython-310.opt-1.pyc
19.15 KB
Rename
Delete
bdist_msi.cpython-310.opt-2.pyc
17.67 KB
Rename
Delete
bdist_msi.cpython-310.pyc
19.22 KB
Rename
Delete
bdist_rpm.cpython-310.opt-1.pyc
11.91 KB
Rename
Delete
bdist_rpm.cpython-310.opt-2.pyc
11.61 KB
Rename
Delete
bdist_rpm.cpython-310.pyc
11.96 KB
Rename
Delete
build.cpython-310.opt-1.pyc
3.77 KB
Rename
Delete
build.cpython-310.opt-2.pyc
3.69 KB
Rename
Delete
build.cpython-310.pyc
3.77 KB
Rename
Delete
build_clib.cpython-310.opt-1.pyc
4.72 KB
Rename
Delete
build_clib.cpython-310.opt-2.pyc
4.18 KB
Rename
Delete
build_clib.cpython-310.pyc
4.72 KB
Rename
Delete
build_ext.cpython-310.opt-1.pyc
15.83 KB
Rename
Delete
build_ext.cpython-310.opt-2.pyc
13.95 KB
Rename
Delete
build_ext.cpython-310.pyc
15.83 KB
Rename
Delete
build_py.cpython-310.opt-1.pyc
10.19 KB
Rename
Delete
build_py.cpython-310.opt-2.pyc
9.04 KB
Rename
Delete
build_py.cpython-310.pyc
10.24 KB
Rename
Delete
build_scripts.cpython-310.opt-1.pyc
4.24 KB
Rename
Delete
build_scripts.cpython-310.opt-2.pyc
3.87 KB
Rename
Delete
build_scripts.cpython-310.pyc
4.24 KB
Rename
Delete
check.cpython-310.opt-1.pyc
4.85 KB
Rename
Delete
check.cpython-310.opt-2.pyc
4.27 KB
Rename
Delete
check.cpython-310.pyc
4.85 KB
Rename
Delete
clean.cpython-310.opt-1.pyc
2.06 KB
Rename
Delete
clean.cpython-310.opt-2.pyc
1.98 KB
Rename
Delete
clean.cpython-310.pyc
2.06 KB
Rename
Delete
config.cpython-310.opt-1.pyc
10.05 KB
Rename
Delete
config.cpython-310.opt-2.pyc
6.83 KB
Rename
Delete
config.cpython-310.pyc
10.05 KB
Rename
Delete
install.cpython-310.opt-1.pyc
13.50 KB
Rename
Delete
install.cpython-310.opt-2.pyc
12.54 KB
Rename
Delete
install.cpython-310.pyc
13.50 KB
Rename
Delete
install_data.cpython-310.opt-1.pyc
2.25 KB
Rename
Delete
install_data.cpython-310.opt-2.pyc
2.12 KB
Rename
Delete
install_data.cpython-310.pyc
2.25 KB
Rename
Delete
install_egg_info.cpython-310.opt-1.pyc
2.98 KB
Rename
Delete
install_egg_info.cpython-310.opt-2.pyc
2.33 KB
Rename
Delete
install_egg_info.cpython-310.pyc
2.98 KB
Rename
Delete
install_headers.cpython-310.opt-1.pyc
1.69 KB
Rename
Delete
install_headers.cpython-310.opt-2.pyc
1.53 KB
Rename
Delete
install_headers.cpython-310.pyc
1.69 KB
Rename
Delete
install_lib.cpython-310.opt-1.pyc
5.01 KB
Rename
Delete
install_lib.cpython-310.opt-2.pyc
4.46 KB
Rename
Delete
install_lib.cpython-310.pyc
5.01 KB
Rename
Delete
install_scripts.cpython-310.opt-1.pyc
2.11 KB
Rename
Delete
install_scripts.cpython-310.opt-2.pyc
1.98 KB
Rename
Delete
install_scripts.cpython-310.pyc
2.11 KB
Rename
Delete
register.cpython-310.opt-1.pyc
8.44 KB
Rename
Delete
register.cpython-310.opt-2.pyc
7.23 KB
Rename
Delete
register.cpython-310.pyc
8.44 KB
Rename
Delete
sdist.cpython-310.opt-1.pyc
14.12 KB
Rename
Delete
sdist.cpython-310.opt-2.pyc
10.89 KB
Rename
Delete
sdist.cpython-310.pyc
14.12 KB
Rename
Delete
upload.cpython-310.opt-1.pyc
5.24 KB
Rename
Delete
upload.cpython-310.opt-2.pyc
5.12 KB
Rename
Delete
upload.cpython-310.pyc
5.24 KB
Rename
Delete
o �?Og� � @ sL d Z ddlZddlZddlZddlmZ ddlmZ dZ G dd� de�Z dS )zkdistutils.command.install_lib Implements the Distutils 'install_lib' command (install all Python modules).� N)�Command)�DistutilsOptionErrorz.pyc @ sx e Zd ZdZg d�Zg d�ZddiZdd� Zdd � Zd d� Z dd � Z dd� Zdd� Zdd� Z dd� Zdd� Zdd� 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 C s( d | _ d | _d| _d | _d | _d | _d S )Nr )�install_dir� build_dirr r �optimize� skip_build��self� r �D/opt/alt/python310/lib64/python3.10/distutils/command/install_lib.py�initialize_options3 s zinstall_lib.initialize_optionsc C s� | � ddddddd� | jd u rd| _| jd u rd | _t| jt�s?zt| j�| _| jd vr/t�W d S ttfy> td��w d S )N�install)� build_libr )r r )r r )r r )r r )r r TF)r � � zoptimize must be 0, 1, or 2)Zset_undefined_optionsr r � isinstance�int�AssertionError� ValueErrorr r r r r �finalize_options<