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*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 _isrecursivenextAssertionError)rritsrrr rs   ccs tjj|\}}t|sP| s"t|r:tjj|rL|Vntjj|rL|VdS|s|rtt|rtt|||EdHnt |||EdHdS||krt|rt ||d}n|g}t|r|rt|rt}qt }nt }x2|D]*}x$||||D]}tjj ||VqWqWdS)NT) ospathsplit has_magicr lexistsisdirr _glob2_glob1r _glob0join)rrdironlydirnamebasenamedirsZ glob_in_dirnamerrr r 's2      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.t|s t|ddVt||EdHdS)Nr)r r _rlistdir)rr&rrrr rks rccs|s"t|trttjd}ntj}yXtj|D}x<|D]4}y| sJ|jrR|jVWq6tk rhYq6Xq6WWdQRXWntk rdSXdS)NASCII) isinstancebytesrcurdirscandiris_dirrOSError)rrrentryrrr 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...)r8r:r)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-r4subr6)rZdriverrr rs   )__doc__rrer$__all__rrr rrr(r)rr#r*compiler6r4rrr rrrrr s(  (