Critics have remarked that those four worthies were truly peerless throughout the ages; yet the present falls short of the pastβ€”the ancients favored unadorned simplicity, whereas the moderns prefer refined elegance. Styles of substance and ornament rise and fall in succession, shifting with the changing mores of the times; such evolution is simply the natural order of things. The ideal lies in honoring antiquity without clashing with the present, and embracing modernity without succumbing to its flawsβ€”embodying that perfect balance of substance and refinement that defines the true gentleman. There is surely no need to abandon a carved palace in favor of a cave dwelling, or to trade a jade carriage for a primitive cart with solid wooden wheels.🌌 SpectraShell

🌌 SpectraShell

Current path: lib64/python2.7/



⬆️ Go up: /lib64

πŸ“„ Viewing: fnmatch.pyo

οΏ½
zfc@sadZddlZddddgZiZdZdοΏ½Zd	οΏ½Zd
οΏ½ZdοΏ½ZdοΏ½Z	dS(
sοΏ½Filename matching with shell patterns.

fnmatch(FILENAME, PATTERN) matches according to the local convention.
fnmatchcase(FILENAME, PATTERN) always takes case in account.

The functions operate by translating the pattern into a regular
expression.  They cache the compiled regular expressions for speed.

The function translate(PATTERN) returns a regular expression
corresponding to PATTERN.  (It does not compile it.)
iοΏ½οΏ½οΏ½οΏ½Ntfiltertfnmatchtfnmatchcaset	translateidcCstjοΏ½dS(sClear the pattern cacheN(t_cachetclear(((s/usr/lib64/python2.7/fnmatch.pyt_purgescCs=ddl}|jj|οΏ½}|jj|οΏ½}t||οΏ½S(sοΏ½Test whether FILENAME matches PATTERN.

    Patterns are Unix shell style:

    *       matches everything
    ?       matches any single character
    [seq]   matches any character in seq
    [!seq]  matches any char not in seq

    An initial period in FILENAME is not special.
    Both FILENAME and PATTERN are first case-normalized
    if the operating system requires it.
    If you don't want this, use fnmatchcase(FILENAME, PATTERN).
    iοΏ½οΏ½οΏ½οΏ½N(tostpathtnormcaseR(tnametpatR((s/usr/lib64/python2.7/fnmatch.pyRsc	Csddl}ddl}g}|jj|οΏ½}yt|}WnStk
rοΏ½t|οΏ½}ttοΏ½tkrytj	οΏ½nt
j|οΏ½t|<}nX|j}|j|krοΏ½xf|D]"}||οΏ½rοΏ½|j
|οΏ½qοΏ½qοΏ½Wn9x6|D].}||jj|οΏ½οΏ½rοΏ½|j
|οΏ½qοΏ½qοΏ½W|S(s2Return the subset of the list NAMES that match PATiοΏ½οΏ½οΏ½οΏ½N(Rt	posixpathRR	RtKeyErrorRtlent	_MAXCACHERtretcompiletmatchtappend(	tnamesRRRtresulttre_pattresRR
((s/usr/lib64/python2.7/fnmatch.pyR-s&

	

cCswyt|}WnStk
rct|οΏ½}ttοΏ½tkrItjοΏ½ntj|οΏ½t|<}nX|j|οΏ½dk	S(sοΏ½Test whether FILENAME matches PATTERN, including case.

    This is a version of fnmatch() which doesn't case-normalize
    its arguments.
    N(
RR
RRRRRRRtNone(R
RRR((s/usr/lib64/python2.7/fnmatch.pyREs

cCsοΏ½dt|οΏ½}}d}xοΏ½||krοΏ½||}|d}|dkrU|d}q|dkrn|d}q|dkrοΏ½|}||krοΏ½||d	krοΏ½|d}n||krοΏ½||d
krοΏ½|d}nx*||krοΏ½||d
krοΏ½|d}qοΏ½W||kr|d}qοΏ½|||!jdd
οΏ½}|d}|dd	kr\d|d}n|ddkryd|}nd||f}q|tj|οΏ½}qW|dS(sfTranslate a shell PATTERN to a regular expression.

    There is no way to quote meta-characters.
    itit*s.*t?t.t[t!t]s\[s\s\\t^s%s[%s]s\Z(?ms)(RtreplaceRtescape(RtitnRtctjtstuff((s/usr/lib64/python2.7/fnmatch.pyRUs8








(
t__doc__Rt__all__RRRRRRR(((s/usr/lib64/python2.7/fnmatch.pyt<module>s				


πŸ“