Viewing File: /opt/alt/python35/lib64/python3.5/distutils/__pycache__/filelist.cpython-35.pyc
®ÕYfæ0 ã @ s d Z d d l Z d d l Z d d l Z d d l Z d d l m Z d d l m Z m Z d d l
m Z Gd d „ d ƒ Z d d „ Z
e j d
d „ Z d d
„ Z d d d d d „ Z d S)zsdistutils.filelist
Provides the FileList class, used for poking about the filesystem
and building lists of files.
é N)Úconvert_path)ÚDistutilsTemplateErrorÚDistutilsInternalError)Úlogc @ sÄ e Z d Z d Z d d d d „ Z d d „ Z e j d d „ Z d d
„ Z d d „ Z
d
d „ Z d d „ Z d d „ Z
d d „ Z d d „ Z d d d d d „ Z d d d d d „ Z d S)Ú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 C s d | _ g | _ d S)N)ÚallfilesÚfiles)ÚselfÚwarnÚdebug_print© r ú7/opt/alt/python35/lib64/python3.5/distutils/filelist.pyÚ__init__ s zFileList.__init__c C s
| | _ d S)N)r )r r r r r
Úset_allfiles# s zFileList.set_allfilesc C s t | ƒ | _ d S)N)Úfindallr )r Údirr r r
r &