config root man

Current Path : /usr/local/lib/python2.5/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //usr/local/lib/python2.5/fnmatch.pyo

hRc@sRdZddkZddddgZhZdZdZd	Zd
ZdS(sFilename 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.)
iNtfiltertfnmatchtfnmatchcaset	translatecCs=ddk}|ii|}|ii|}t||S(sTest 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).
    iN(tostpathtnormcaseR(tnametpatR((s#/usr/local/lib/python2.5/fnmatch.pyRscCsddk}ddk}g}|ii|}|tjo#t|}ti|t|<nt|i}|i|jo3xk|D]$}||o|i	|qqWn<x8|D]0}||ii|o|i	|qqW|S(s2Return the subset of the list NAMES that match PATiN(
Rt	posixpathRRt_cacheRtretcompiletmatchtappend(tnamesRRR	tresulttresR
R((s#/usr/local/lib/python2.5/fnmatch.pyR(s"


cCsG|tjo#t|}ti|t|<nt|i|dj	S(sTest whether FILENAME matches PATTERN, including case.

    This is a version of fnmatch() which doesn't case-normalize
    its arguments.
    N(R
RRRR
tNone(RRR((s#/usr/local/lib/python2.5/fnmatch.pyR<s
cCsdt|}}d}x||jo||}|d}|djo|d}q|djo|d}q|djo"|}||jo||d	jo|d}n||jo||d
jo|d}nx-||jo||d
jo|d}qW||jo|d}q|||!idd
}|d}|dd	jod|d}n |ddjod|}nd||f}q|ti|}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]t$(tlentreplaceRtescape(RtitnRtctjtstuff((s#/usr/local/lib/python2.5/fnmatch.pyRHs<







(t__doc__Rt__all__R
RRRR(((s#/usr/local/lib/python2.5/fnmatch.pys<module>s			

Man Man