OS : Linux
PHP Version : 7.4.33
Software : Apache/2.4.6 (CentOS) PHP/7.4.33
Information System : Linux apprendre2 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
Disable Function : ó b-äQc @ s¬ d d l Z d d l Z d d l m Z d d l m Z d d l m Z d d l Td d d d g Z d d „ Z e d „ Z d e f d „ ƒ YZ d e f d „ ƒ YZ d S( iÿÿÿÿN( t Command( t convert_path( t log( t *t config_filet edit_configt option_baset setoptt localc C s’ | d k r d S| d k r> t j j t j j t j ƒ d ƒ S| d k r t j d k r_ d pb d } t j j t d | ƒ ƒ St d | ƒ ‚ d S( s Get the filename of the distutils, local, global, or per-user config `kind` must be one of "local", "global", or "user" R s setup.cfgt globals distutils.cfgt usert posixt .t s ~/%spydistutils.cfgs7 config_file() type must be 'local', 'global', or 'user'N( t ost patht joint dirnamet distutilst __file__t namet expanduserR t ValueError( t kindt dot( ( s= /usr/lib/python2.7/site-packages/setuptools/command/setopt.pyR s c C s d d l m } t j d | ƒ | j ƒ } | j | g ƒ x+| j ƒ D]\ } } | d k r„ t j d | | ƒ | j | ƒ qI | j | ƒ s¶ t j d | | ƒ | j | ƒ n x | j ƒ D]Ÿ \ } } | d k r6t j d | | | ƒ | j | | ƒ | j | ƒ sbt j d | | ƒ | j | ƒ qbqà t j d | | | | ƒ | j | | | ƒ qà WqI Wt j d | ƒ | s©t | d ƒ } | j | ƒ | j ƒ n d S( sY 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. iÿÿÿÿ( t ConfigParsers Reading configuration from %ss Deleting section [%s] from %ss Adding new section [%s] to %ss Deleting %s.%s from %ss# Deleting empty [%s] section from %ss Setting %s.%s to %r in %ss Writing %st wN( t setuptools.compatR R t debugt RawConfigParsert readt itemst Nonet infot remove_sectiont has_sectiont add_sectiont remove_optiont optionst sett opent writet close( t filenamet settingst dry_runR t optst sectionR&