_i5 d Z ddlZddlZddlZddlZddlmZ ddlmZm Z ddl mZ G d d Zd Z G d de Zej fdZd ZddZy)zsdistutils.filelist Provides the FileList class, used for poking about the filesystem and building lists of files. N )convert_path)DistutilsTemplateErrorDistutilsInternalError)logc v e Zd ZdZddZd Zej fdZd Z d Z d Zd Zd Z d Zd Zdd ZddZy)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)allfilesfiles)selfwarndebug_prints /builddir/build/BUILDROOT/alt-python312-setuptools-69.0.2-3.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&