관리-도구
편집 파일: filelist.cpython-312.pyc
� t��e�5 � � � d Z ddlZddlZddlZddlZddlmZ ddlmZm Z ddl mZ G d� d� Zd � Z G d � de� Zej fd�Zd � Zdd�Zy)zsdistutils.filelist Provides the FileList class, used for poking about the filesystem and building lists of files. � N� )�convert_path)�DistutilsTemplateError�DistutilsInternalError)�logc �v � e Zd ZdZdd�Zd� Zej fd�Zd� Z d� Z d� Zd � Zd � Z d� Zd� Zdd �Zdd�Zy)�FileLista� A list of files built by on exploring the filesystem and filtered by applying various patterns to what we find there. Instance attributes: dir directory from which files will be taken -- only used if 'allfiles' not supplied to constructor files list of filenames currently being built/filtered/manipulated allfiles complete list of files under consideration (ie. without any filtering applied) Nc � � d | _ g | _ y �N)�allfiles�files)�self�warn�debug_prints ��/builddir/build/BUILDROOT/alt-python312-setuptools-69.0.2-1.el8.x86_64/opt/alt/python312/lib/python3.12/site-packages/setuptools/_distutils/filelist.py�__init__zFileList.__init__ s � � �� ��� � c � � || _ y r )r )r r s r �set_allfileszFileList.set_allfiles&