<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>

ðÕYfØ
  ã               @   s\   d  Z  d d l Z d d l m Z d d l m Z d d l m Z Gd d „  d e ƒ Z d S)zBdistutils.command.clean

Implements the Distutils 'clean' command.é    N)ÚCommand)Úremove_tree)Úlogc               @   s[   e  Z d  Z d Z d d d d d d g Z d g Z d d „  Z d d „  Z d d „  Z d S)Úcleanz-clean up temporary files from 'build' commandúbuild-base=Úbú2base build directory (default: 'build.build-base')ú
build-lib=Nú<build directory for all modules (default: 'build.build-lib')úbuild-temp=Útú7temporary build directory (default: 'build.build-temp')úbuild-scripts=ú<build directory for scripts (default: 'build.build-scripts')úbdist-base=ú+temporary directory for built distributionsÚallÚaú7remove all build output, not just temporary by-productsc             C   s:   d  |  _  d  |  _ d  |  _ d  |  _ d  |  _ d  |  _ d  S)N)Ú
build_baseÚ	build_libÚ
build_tempÚbuild_scriptsÚ
bdist_baser   )Úself© r   ú</opt/alt/python35/lib64/python3.5/distutils/command/clean.pyÚinitialize_options    s    					zclean.initialize_optionsc             C   s-   |  j  d d d	 d
 d ƒ |  j  d d ƒ d  S)NZbuildr   r   r   r   Zbdistr   )r   r   )r   r   )r   r   )r   r   )r   r   )Zset_undefined_options)r   r   r   r   Úfinalize_options(   s    		zclean.finalize_optionsc             C   sî   t  j j |  j ƒ r. t |  j d |  j ƒn t j d |  j ƒ |  j r¥ xX |  j	 |  j
 |  j f D]> } t  j j | ƒ r‘ t | d |  j ƒqc t j d | ƒ qc W|  j sê y' t  j |  j ƒ t j d |  j ƒ Wn t k
 ré Yn Xd  S)NÚdry_runz%'%s' does not exist -- can't clean itzremoving '%s')ÚosÚpathÚexistsr   r   r   r   Údebugr   r   r   r   ÚwarnÚrmdirr   ÚinfoÚOSError)r   Z	directoryr   r   r   Úrun1   s$    	
				z	clean.run)r   r   r   )r	   Nr
   )r   r   r   )r   Nr   )r   Nr   )r   r   r   )	Ú__name__Ú
__module__Ú__qualname__ZdescriptionZuser_optionsZboolean_optionsr   r   r(   r   r   r   r   r      s"         			r   )	Ú__doc__r    Zdistutils.corer   Zdistutils.dir_utilr   Z	distutilsr   r   r   r   r   r   Ú<module>   s
   