Ύb! d Z ddlZddlZddlZddlZddlmZ ddlmZm Z ddl mZ G d d Zd Z G d de Zej fdZd ZddZdS )zsdistutils.filelist Provides the FileList class, used for poking about the filesystem and building lists of files. N convert_path)DistutilsTemplateErrorDistutilsInternalError)logc n e Zd ZdZddZd Zej fdZd Z d Z d Zd Zd Z d Zd ZddZddZdS )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 | _ d S N)allfilesfiles)selfwarndebug_prints /builddir/build/BUILDROOT/alt-python311-setuptools-65.6.3-2.el9.x86_64/opt/alt/python311/lib/python3.11/site-packages/setuptools/_distutils/filelist.py__init__zFileList.__init__ s c || _ d S r )r )r r s r set_allfileszFileList.set_allfiles&