|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/22697/root/usr/lib64/python2.4/distutils/ |
Upload File : |
mò
‚=5Dc @ s² d Z d Z d k Z d k Z d k Z d k Z d k Td k l Z d k l Z d k
l Z l Z d k
l Z d f d „ ƒ YZ e i d
„ Z d „ Z d e d
d „ Z d S( ss distutils.filelist
Provides the FileList class, used for poking about the filesystem
and building lists of files.
s4 $Id: filelist.py 37828 2004-11-10 22:23:15Z loewis $N( t *( s glob( s convert_path( s DistutilsTemplateErrors DistutilsInternalError( s logt FileListc B s˜ t Z d Z e e d „ Z d „ Z e i d „ Z d „ Z d „ Z
d „ Z d „ Z d „ Z
d „ Z d
„ Z d e d d
„ Z d e d d „ Z RS( sÑ 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)
c C s d | _ g | _ d S( N( t Nonet selft allfilest files( R t warnt debug_print( ( t* /usr/lib64/python2.4/distutils/filelist.pyt __init__# s c C s
| | _ d S( N( R R ( R R ( ( R t set_allfiles, s c C s t | ƒ | _ d S( N( t findallt dirR R ( R R ( ( R R / s c C s! d k l } | o | GHn d S( s~ Print 'msg' to stdout if the global DEBUG (taken from the
DISTUTILS_DEBUG environment variable) flag is true.
( s DEBUGN( t distutils.debugt DEBUGt msg( R R R ( ( R R 2 s
c C s | i i | ƒ d S( N( R R t appendt item( R R ( ( R R <