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.70.179.214
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 : bdist_dumb.cpython-310.pyc
o ��bc1 � @ sh d Z ddlZddlmZ ddlmZ ddlmZmZ ddl T ddl mZ ddlm Z G d d � d e�ZdS )z�distutils.command.bdist_dumb Implements the Distutils 'bdist_dumb' command (create a "dumb" built distribution -- i.e., just an archive to be unpacked under $prefix or $exec_prefix).� N)�Command)�get_platform)�remove_tree�ensure_relative)�*)�get_python_version)�logc @ s\ e Zd ZdZdddde� fdddd d ddg Zg d �Zddd�Zdd� Zdd� Z dd� Z dS )� bdist_dumbz"create a "dumb" built distribution)z bdist-dir=�dz1temporary directory for creating the distributionz plat-name=�pz;platform name to embed in generated filenames (default: %s))zformat=�fz>archive format to create (tar, gztar, bztar, xztar, ztar, zip))� keep-temp�kzPkeep the pseudo-installation tree around after creating the distribution archive)z dist-dir=r z-directory to put final built distributions in)� skip-buildNz2skip rebuilding everything (for testing/debugging))�relativeNz7build the archive using relative paths (default: false))zowner=�uz@Owner name used when creating a tar file [default: current user])zgroup=�gzAGroup name used when creating a tar file [default: current group])r r r �gztar�zip)�posix�ntc C s: d | _ d | _d | _d| _d | _d | _d| _d | _d | _d S )Nr ) � bdist_dir� plat_name�format� keep_temp�dist_dir� skip_buildr �owner�group)�self� r �3/usr/lib/python3.10/distutils/command/bdist_dumb.py�initialize_options2 s zbdist_dumb.initialize_optionsc C st | j d u r| �d�j}tj�|d�| _ | jd u r0z | jtj | _W n t y/ t dtj ��w | �dddd� d S )N�bdist�dumbz@don't know how to create dumb built distributions on platform %s)r r )r r )r r )r �get_finalized_command� bdist_base�os�path�joinr �default_format�name�KeyError�DistutilsPlatformError�set_undefined_options)r r&