Uname : Linux premium36.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Soft : LiteSpeed
Ip : 198.54.115.237
Port : 443
~
/
opt
/
imunify360
/
venv
/
lib
/
python3.11
/
site-packages
/
setuptools
/
_distutils
/
command
/
__pycache__
[ HOME ]
Exec
Submit
File Name : clean.cpython-311.pyc
� �gh" � �R � d Z ddlZddlmZ ddlmZ ddlmZ G d� de� � ZdS ) zBdistutils.command.clean Implements the Distutils 'clean' command.� N� )�Command)�remove_tree)�logc �2 � e Zd ZdZg d�ZdgZd� Zd� Zd� ZdS )�cleanz-clean up temporary files from 'build' command))zbuild-base=�bz2base build directory (default: 'build.build-base'))z build-lib=Nz<build directory for all modules (default: 'build.build-lib'))zbuild-temp=�tz7temporary build directory (default: 'build.build-temp'))zbuild-scripts=Nz<build directory for scripts (default: 'build.build-scripts'))zbdist-base=Nz+temporary directory for built distributions)�all�az7remove all build output, not just temporary by-productsr c �Z � d | _ d | _ d | _ d | _ d | _ d | _ d S )N)� build_base� build_lib� build_temp� build_scripts� bdist_baser ��selfs ��/builddir/build/BUILD/imunify360-venv-2.6.0/opt/imunify360/venv/lib/python3.11/site-packages/setuptools/_distutils/command/clean.py�initialize_optionszclean.initialize_options"