3 \@sdZddlZddlZddlZdddgZddddZddd dZd d Zd d ZddZ ddZ ddZ ddZ ddZ ddZejdZejdZddZddZd d!Zd"dZdS)#zFilename globbing utility.NglobiglobescapeF) recursivecCstt||dS)ayReturn a list of paths matching a pathname pattern. The pattern may contain simple shell-style wildcards a la fnmatch. However, unlike fnmatch, filenames starting with a dot are special cases that are not matched by '*' and '?' patterns. If recursive is true, the pattern '**' will match any files and zero or more directories and subdirectories. )r)listr)pathnamerr/usr/lib64/python3.6/glob.pyr s cCs$t||d}|r t|r t|}|S)aReturn an iterator which yields the paths matching a pathname pattern. The pattern may contain simple shell-style wildcards a la fnmatch. However, unlike fnmatch, filenames starting with a dot are special cases that are not matched by '*' and '?' patterns. If recursive is true, the pattern '**' will match any files and zero or more directories and subdirectories. F)_iglob _isrecursivenext)rritsrrr rs  ccstjj|\}}t|sF|r0tjj|rB|Vntjj|rB|VdS|s|rjt|rjt|||EdHnt|||EdHdS||krt|rt ||d}n|g}t|r|rt|rt}qt}nt }x2|D]*}x$||||D]}tjj ||VqWqWdS)NT) ospathsplit has_magiclexistsisdirr _glob2_glob1r _glob0join)rrdironlydirnamebasenamedirsZ glob_in_dirnamerrr r 's0     r cCs0tt||}t|s$dd|D}tj||S)Ncss|]}t|s|VqdS)N) _ishidden).0xrrr Rsz_glob1..)r_iterdirrfnmatchfilter)rpatternrnamesrrr rOsrcCs8|stjj|r4|gSntjjtjj||r4|gSgS)N)rrrrr)rrrrrr rUs  rcCs t||dS)NF)r)rr%rrr glob0bsr'cCs t||dS)NF)r)rr%rrr glob1esr(ccs"|ddVt||EdHdS)Nr) _rlistdir)rr%rrrr rksrccs|s"t|trttjd}ntj}yXtj|D}x<|D]4}y| sJ|jrR|jVWq6tk rhYq6Xq6WWdQRXWntk rdSXdS)NASCII) isinstancebytesrcurdirscandiris_dirrOSError)rrr entryrrr r"rs    r"ccshtt||}xT|D]L}t|s|V|r8tjj||n|}x"t||D]}tjj||VqHWqWdS)N)rr"rrrrr))rrr&r ryrrr r)s r)z([*?[])s([*?[])cCs(t|trtj|}n tj|}|dk S)N)r+r,magic_check_bytessearch magic_check)rmatchrrr rs   rcCs |ddkS)Nr...)r7r9r)rrrr rsrcCst|tr|dkS|dkSdS)Ns**z**)r+r,)r%rrr r s r cCs<tjj|\}}t|tr(tjd|}n tjd|}||S)z#Escape all special characters. s[\1]z[\1])rr splitdriver+r,r3subr5)rZdriverrr rs   )__doc__rrer#__all__rrr rrr'r(rr"r)compiler5r3rrr rrrrr s(  (