eaiovnaovbqoebvqoeavibavo B  f@sdZddlZddlZddlZdddgZddddZddd dZd d Zd d ZddZ ddZ ddZ ddZ ddZ ddZedZedZddZddZd 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)/opt/alt/python37/lib64/python3.7/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  ccstj|\}}t|sF|r0tj|rB|Vntj|rB|VdS|s|rjt|rjt|||EdHnt|||EdHdS||krt|rt ||d}n|g}t|r|rt|rt}qt}nt }x2|D]*}x$||||D]}tj ||VqWqWdS)NT) ospathsplit has_magiclexistsisdirr _glob2_glob1r _glob0join)rrdironlydirnamebasenamedirsZ glob_in_dirnamerrr r 's0     r cCs0tt||}t|s$dd|D}t||S)Ncss|]}t|s|VqdS)N) _ishidden).0xrrr Rsz_glob1..)r_iterdirrfnmatchfilter)rpatternrnamesrrr rOsrcCs8|stj|r4|gSntjtj||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 rksrc cs|s"t|trttjd}ntj}yVt|B}x:|D]2}y|rH|rP|jVWq6tk rfYq6Xq6WWdQRXWntk rdSXdS)NASCII) isinstancebytesrcurdirscandiris_dirrOSError)rrr entryrrr r"rs     r"ccshtt||}xT|D]L}t|s|V|r8tj||n|}x"t||D]}tj||VqHWqWdS)N)rr"rrrrr))rrr&r ryrrr r)s r)z([*?[])s([*?[])cCs(t|trt|}n t|}|dk S)N)r+r,magic_check_bytessearch magic_check)rmatchrrr rs   rcCs |ddkS)Nr)..r)rrrr rsrcCst|tr|dkS|dkSdS)Ns**z**)r+r,)r%rrr r s r cCs<tj|\}}t|tr(td|}n td|}||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(  (