관리-도구
편집 파일: filelist.cpython-311.pyc
� �܋fV5 � � � d Z ddlZddlZddlZddlZddlmZ ddlmZm Z ddl mZ G d� d� � Zd � Z G d � de� � Zej fd�Zd � Zdd�ZdS )zsdistutils.filelist Provides the FileList class, used for poking about the filesystem and building lists of files. � N� )�log)�DistutilsInternalError�DistutilsTemplateError��convert_pathc �n � e Zd ZdZdd�Zd� Zej fd�Zd� Z d� Z d� Zd � Zd � Z d� Zd� Zdd�Zdd�ZdS )�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 �"