OXIESEC PANEL
- Current Dir:
/
/
opt
/
alt
/
python37
/
lib
/
python3.7
/
site-packages
/
setuptools
/
command
/
__pycache__
Server IP: 2a02:4780:11:1594:0:ef5:22d7:a
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/14/2024 03:09:02 PM
rwxr-xr-x
📄
__init__.cpython-37.pyc
421 bytes
11/13/2023 09:39:28 PM
rw-r--r--
📄
alias.cpython-37.pyc
2.33 KB
11/13/2023 09:39:28 PM
rw-r--r--
📄
bdist_egg.cpython-37.pyc
12.76 KB
11/13/2023 09:39:28 PM
rw-r--r--
📄
bdist_rpm.cpython-37.pyc
1.56 KB
11/13/2023 09:39:28 PM
rw-r--r--
📄
build_clib.cpython-37.pyc
2.43 KB
11/13/2023 09:39:28 PM
rw-r--r--
📄
build_ext.cpython-37.pyc
9.54 KB
11/13/2023 09:39:28 PM
rw-r--r--
📄
build_py.cpython-37.pyc
7.58 KB
11/13/2023 09:39:28 PM
rw-r--r--
📄
develop.cpython-37.pyc
5.94 KB
11/13/2023 09:39:28 PM
rw-r--r--
📄
dist_info.cpython-37.pyc
1.39 KB
11/13/2023 09:39:28 PM
rw-r--r--
📄
easy_install.cpython-37.pyc
61.57 KB
11/13/2023 09:39:28 PM
rw-r--r--
📄
egg_info.cpython-37.pyc
21.34 KB
11/13/2023 09:39:28 PM
rw-r--r--
📄
install.cpython-37.pyc
4.13 KB
11/13/2023 09:39:28 PM
rw-r--r--
📄
install_egg_info.cpython-37.pyc
2.4 KB
11/13/2023 09:39:28 PM
rw-r--r--
📄
install_lib.cpython-37.pyc
4.05 KB
11/13/2023 09:39:28 PM
rw-r--r--
📄
install_scripts.cpython-37.pyc
2.4 KB
11/13/2023 09:39:28 PM
rw-r--r--
📄
py36compat.cpython-37.pyc
4.5 KB
11/13/2023 09:39:28 PM
rw-r--r--
📄
register.cpython-37.pyc
879 bytes
11/13/2023 09:39:28 PM
rw-r--r--
📄
rotate.cpython-37.pyc
2.47 KB
11/13/2023 09:39:28 PM
rw-r--r--
📄
saveopts.cpython-37.pyc
967 bytes
11/13/2023 09:39:28 PM
rw-r--r--
📄
sdist.cpython-37.pyc
6.42 KB
11/13/2023 09:39:28 PM
rw-r--r--
📄
setopt.cpython-37.pyc
4.55 KB
11/13/2023 09:39:28 PM
rw-r--r--
📄
test.cpython-37.pyc
7.63 KB
11/13/2023 09:39:28 PM
rw-r--r--
📄
upload.cpython-37.pyc
852 bytes
11/13/2023 09:39:28 PM
rw-r--r--
📄
upload_docs.cpython-37.pyc
5.98 KB
11/13/2023 09:39:28 PM
rw-r--r--
Editing: alias.cpython-37.pyc
Close
B �8����0� @ sD d dl mZ d dlmZmZmZ dd� ZG dd� de�Zdd� Zd S ) � )�DistutilsOptionError)�edit_config�option_base�config_filec C s8 xdD ]}|| krt | �S qW | �� | gkr4t | �S | S )z4Quote an argument for later parsing by shlex.split())�"�'�\�#)�repr�split)�arg�c� r ��/builddir/build/BUILDROOT/alt-python37-setuptools-58.3.0-4.el9.x86_64/opt/alt/python37/lib/python3.7/site-packages/setuptools/command/alias.py�shquote s r c @ sH e Zd ZdZdZdZdgej Zejdg Zdd� Z dd � Z d d� ZdS ) �aliasz3Define a shortcut that invokes one or more commandsz0define a shortcut to invoke one or more commandsT)�remove�rzremove (unset) the aliasr c C s t �| � d | _d | _d S )N)r �initialize_options�argsr )�selfr r r r s zalias.initialize_optionsc C s* t �| � | jr&t| j�dkr&td��d S )N� zFMust specify exactly one argument (the alias name) when using --remove)r �finalize_optionsr �lenr r )r r r r r ! s zalias.finalize_optionsc C s� | j �d�}| jsDtd� td� x|D ]}tdt||�� q(W d S t| j�dkr�| j\}| jrfd }q�||kr�tdt||�� d S td| � d S n$| jd }d�tt | jdd � ��}t | jd||ii| j� d S ) N�aliaseszCommand Aliasesz---------------zsetup.py aliasr z No alias definition found for %rr � ) �distribution�get_option_dictr �print�format_aliasr r �join�mapr r �filename�dry_run)r r r �commandr r r �run) s&