__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
o
��bc � @ s$ d Z ddlmZ G dd� de�ZdS )z�distutils.command.install_headers
Implements the Distutils 'install_headers' command, to install C/C++ header
files to the Python include directory.� )�Commandc @ sF e Zd ZdZddgZdgZdd� Zdd� Zd d
� Zdd� Z d
d� Z
dS )�install_headerszinstall C/C++ header files)zinstall-dir=�dz$directory to install header files to)�force�fz-force installation (overwrite existing files)r c C s d | _ d| _g | _d S )Nr )�install_dirr �outfiles��self� r �8/usr/lib/python3.10/distutils/command/install_headers.py�initialize_options s
z"install_headers.initialize_optionsc C s | � ddd� d S )N�install)r r )r r )�set_undefined_optionsr r r r �finalize_options s �z install_headers.finalize_optionsc C sH | j j}|sd S | �| j� |D ]}| �|| j�\}}| j�|� qd S �N)�distribution�headers�mkpathr � copy_filer �append)r
r �header�out�_r r r �run! s �zinstall_headers.runc C s | j jpg S r )r r r r r r �
get_inputs+ s zinstall_headers.get_inputsc C s | j S r )r r r r r �get_outputs. s zinstall_headers.get_outputsN)�__name__�
__module__�__qualname__�description�user_options�boolean_optionsr
r r r r r r r r r
s �
r N)�__doc__�distutils.corer r r r r r �<module> s