Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 172.69.130.95
128 Domain
8.2.28
aev999
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
lib /
python3.10 /
distutils /
command /
__pycache__ /
[ HOME SHELL ]
Name
Size
Permission
Action
__init__.cpython-310.pyc
461
B
-rw-r--r--
bdist.cpython-310.pyc
3.47
KB
-rw-r--r--
bdist_dumb.cpython-310.pyc
3.5
KB
-rw-r--r--
bdist_msi.cpython-310.pyc
19.2
KB
-rw-r--r--
bdist_rpm.cpython-310.pyc
11.95
KB
-rw-r--r--
build.cpython-310.pyc
3.75
KB
-rw-r--r--
build_clib.cpython-310.pyc
4.7
KB
-rw-r--r--
build_ext.cpython-310.pyc
15.66
KB
-rw-r--r--
build_py.cpython-310.pyc
10.23
KB
-rw-r--r--
build_scripts.cpython-310.pyc
4.23
KB
-rw-r--r--
check.cpython-310.pyc
4.84
KB
-rw-r--r--
clean.cpython-310.pyc
2.04
KB
-rw-r--r--
config.cpython-310.pyc
10.03
KB
-rw-r--r--
install.cpython-310.pyc
14.73
KB
-rw-r--r--
install_data.cpython-310.pyc
2.24
KB
-rw-r--r--
install_egg_info.cpython-310.p...
3.37
KB
-rw-r--r--
install_headers.cpython-310.py...
1.67
KB
-rw-r--r--
install_lib.cpython-310.pyc
5.12
KB
-rw-r--r--
install_scripts.cpython-310.py...
2.09
KB
-rw-r--r--
register.cpython-310.pyc
8.43
KB
-rw-r--r--
sdist.cpython-310.pyc
14.11
KB
-rw-r--r--
upload.cpython-310.pyc
5.22
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : build.cpython-310.pyc
o ��bc� � @ sT d Z ddlZddlZddlmZ ddlmZ ddlmZ dd� Z G dd � d e�Z dS ) zBdistutils.command.build Implements the Distutils 'build' command.� N)�Command)�DistutilsOptionError)�get_platformc C s ddl m} | � d S )Nr ��show_compilers)�distutils.ccompilerr r � r �./usr/lib/python3.10/distutils/command/build.pyr s r c @ s� e Zd ZdZdddddddd d e� fddd ddgZddgZdddefgZdd� Z dd� Z dd� Zdd� Zdd� Z dd � Zd!d"� Zd#efd$e fd%efd&efgZdS )'�buildz"build everything needed to install)zbuild-base=�bz base directory for build library)zbuild-purelib=Nz2build directory for platform-neutral distributions)zbuild-platlib=Nz3build directory for platform-specific distributions)z build-lib=NzWbuild directory for all distribution (defaults to either build-purelib or build-platlib)zbuild-scripts=Nzbuild directory for scripts)zbuild-temp=�tztemporary build directoryz plat-name=�pz6platform name to build for, if supported (default: %s))z compiler=�czspecify the compiler type)z parallel=�jznumber of parallel build jobs)�debug�gz;compile extensions and libraries with debugging information)�force�fz2forcibly build everything (ignore file timestamps))zexecutable=�ez5specify final destination interpreter path (build.py)r r z help-compilerNzlist available compilersc C sL d| _ d | _d | _d | _d | _d | _d | _d | _d | _d| _ d | _ d | _d S )Nr r )� build_base� build_purelib� build_platlib� build_lib� build_temp� build_scripts�compiler� plat_namer r � executable�parallel��selfr r r �initialize_options8 s zbuild.initialize_optionsc C sX | j d u r t� | _ n tjdkrtd��d| j gtjd d� �R }ttd�r*|d7 }| jd u r8tj � | jd�| _| jd u rHtj � | jd| �| _| j d u rZ| jjrV| j| _ n| j| _ | jd u rjtj � | jd| �| _| jd u rtj � | jd tjd d� �| _| jd u r�tjr�tj �tj�| _t| jt�r�z t| j�| _W d S ty� td ��w d S )N�ntzW--plat-name only supported on Windows (try using './configure --help' on your platform)z .%s-%d.%d� �gettotalrefcountz-pydebug�lib�tempz scripts-%d.%dzparallel should be an integer)r r �os�namer �sys�version_info�hasattrr �path�joinr r r �distribution�ext_modulesr r r �normpath� isinstancer �str�int� ValueError)r �plat_specifierr r r �finalize_optionsH sH � � � ���zbuild.finalize_optionsc C s | � � D ]}| �|� qd S �N)�get_sub_commands�run_command)r �cmd_namer r r �run� s �z build.runc C � | j �� S r7 )r. �has_pure_modulesr r r r r= � � zbuild.has_pure_modulesc C r<