| Server IP : 156.238.232.47 / Your IP : 216.73.216.150 Web Server : nginx/1.25.3 System : Linux C202504152095410 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : www ( 1000) PHP Version : 8.3.25 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /lib64/python3.6/distutils/command/__pycache__/ |
Upload File : |
3 \ � @ s8 d dl Z d dlmZ d dlmZmZ G dd� de�ZdS )� N)�Command)�change_root�convert_pathc @ sH e Zd ZdZdddgZdgZdd� Zd d� Zdd� Zdd� Z dd� Z dS )�install_datazinstall data files�install-dir=�d�Ibase directory for installing data files (default: installation base dir)�root=N�<install everything relative to this alternate root directory�force�f�-force installation (overwrite existing files)c C s, d | _ g | _d | _d| _| jj| _d| _d S )Nr � )�install_dir�outfiles�rootr Zdistribution� data_files�warn_dir)�self� r �6/usr/lib64/python3.6/distutils/command/install_data.py�initialize_options s zinstall_data.initialize_optionsc C s | j dddd� d S ) NZinstallr r r r )r r )r r )r r )Zset_undefined_options)r r r r �finalize_options# s zinstall_data.finalize_optionsc C s | j | j� x�| jD ]�}t|t�rdt|�}| jrD| jd|| jf � | j|| j�\}}| j j |� qt|d �}tjj |�s�tjj| j|�}n| jr�t| j|�}| j |� |d g kr�| j j |� qx4|d D ](}t|�}| j||�\}}| j j |� q�W qW d S )NzMsetup script did not provide a directory for '%s' -- installing right in '%s'r r )Zmkpathr r � isinstance�strr r �warnZ copy_filer �append�os�path�isabs�joinr r )r r �out�_�dir�datar r r �run* s* zinstall_data.runc C s | j pg S )N)r )r r r r � get_inputsK s zinstall_data.get_inputsc C s | j S )N)r )r r r r �get_outputsN s zinstall_data.get_outputs)r r r )r Nr )r r r )�__name__� __module__�__qualname__ZdescriptionZuser_optionsZboolean_optionsr r r% r&