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/macpath.pyc

³ò
h”Rc#@s¶dZddkZddkTdddddd	d
ddd
ddddddddddddddddddd d!d"d#d$g!Zd%Zd&Zd'Zd%Zd(Zd%Z	dZd)Zd*„Z
d+„Zd,„Zd-„Zd.„Zd/„Zd0„Zd1„Zd2„Zd3„Zd4„Zd5„Zd6„Zd7„Zd8„Zd9„Zd:„Zd;„Zd<„Zd=„Z d>„Z!d?e"fd@„ƒYZ#dA„Z$dB„Z%dC„Z&dD„Z'e(Z)dS(Es7Pathname and path-related operations for the Macintosh.iÿÿÿÿN(t*tnormcasetisabstjoint
splitdrivetsplittsplitexttbasenametdirnametcommonprefixtgetsizetgetmtimetgetatimetgetctimetislinktexiststlexiststisdirtisfiletwalkt
expandusert
expandvarstnormpathtabspathtcurdirtpardirtseptpathseptdefpathtaltseptextseptdevnulltrealpathtsupports_unicode_filenamest:s::t.s
sDev:NullcCs
|iƒS(N(tlower(tpath((s#/usr/local/lib/python2.5/macpath.pyRscCsd|jo|ddjS(søReturn true if a path is absolute.
    On the Mac, relative paths begin with a colon,
    but as a special case, paths with no colons at all are also relative.
    Anything else is absolute (the string up to the first colon is the
    volume name).R"i((ts((s#/usr/local/lib/python2.5/macpath.pyRscGs |}x“|D]‹}|p
t|ƒo
|}q
n|d djo|d}nd|jod|}n|ddjo|d}n||}q
W|S(NiR"iÿÿÿÿ(R(R&tpR%tt((s#/usr/local/lib/python2.5/macpath.pyR's
cCs¢d|jod|fSnd}x9tt|ƒƒD]%}||djo|d}q4q4W||d ||}}|od|jo|d}n||fS(sßSplit a pathname into two parts: the directory leading up to the final
    bit, and the basename (the filename, without colons, in that directory).
    The result (s, t) is such that join(s, t) yields the original argument.R"tii(trangetlen(R&tcolontiR%tfile((s#/usr/local/lib/python2.5/macpath.pyR7s
cCsI|idƒ}||idƒjo|dfSn|| ||fSdS(sÒSplit a path into root and extension.
    The extension is everything starting at the last dot in the last
    pathname component; the root is everything before that.
    It is always true that root + ext == p.R#R"R)N(trfind(R'R-((s#/usr/local/lib/python2.5/macpath.pyRFscCs
d|fS(s@Split a pathname into a drive specification and the rest of the
    path.  Useful on DOS/Windows/NT; on the Mac, the drive is always
    empty (don't use the volume name -- it doesn't have the same
    syntactic and semantic oddities as DOS drive letters, such as there
    being a separate current directory per drive).R)((R'((s#/usr/local/lib/python2.5/macpath.pyRSscCst|ƒdS(Ni(R(R&((s#/usr/local/lib/python2.5/macpath.pyR_scCst|ƒdS(Ni(R(R&((s#/usr/local/lib/python2.5/macpath.pyR`scCsBt|ƒptSnt|ƒ}t|ƒdjo|ddjS(NiiR)(RtFalseRR+(R&t
components((s#/usr/local/lib/python2.5/macpath.pytismountbs
cCs=yti|ƒ}Wntij
odSnXt|iƒS(s<Return true if the pathname refers to an existing directory.i(toststatterrortS_ISDIRtst_mode(R&tst((s#/usr/local/lib/python2.5/macpath.pyRhs
	cCsti|ƒiS(s1Return the size of a file, reported by os.stat().(R3R4tst_size(tfilename((s#/usr/local/lib/python2.5/macpath.pyR
tscCsti|ƒiS(sCReturn the last modification time of a file, reported by os.stat().(R3R4tst_mtime(R:((s#/usr/local/lib/python2.5/macpath.pyRxscCsti|ƒiS(s=Return the last access time of a file, reported by os.stat().(R3R4tst_atime(R:((s#/usr/local/lib/python2.5/macpath.pyR|scCs9y'ddk}|ii|dƒdSWntSnXdS(s6Return true if the pathname refers to a symbolic link.iÿÿÿÿNii(tCarbon.FiletFiletResolveAliasFileR0(R&tCarbon((s#/usr/local/lib/python2.5/macpath.pyRs
cCs=yti|ƒ}Wntij
otSnXt|iƒS(s?Return true if the pathname refers to an existing regular file.(R3R4R5R0tS_ISREGR7(R&R8((s#/usr/local/lib/python2.5/macpath.pyR‹s
	cCsti|ƒiS(s:Return the creation time of a file, reported by os.stat().(R3R4tst_ctime(R:((s#/usr/local/lib/python2.5/macpath.pyR
”scCs4yti|ƒ}Wntij
otSnXtS(sDTest whether a path exists.  Returns False for broken symbolic links(R3R4R5R0tTrue(R&R8((s#/usr/local/lib/python2.5/macpath.pyR˜s
	cCs4yti|ƒ}Wntij
otSnXtS(sCTest whether a path exists.  Returns True for broken symbolic links(R3tlstatR5R0RC(R%R8((s#/usr/local/lib/python2.5/macpath.pyR¤s
	cCs‚|pdSnt|ƒ}t|ƒ}tt|ƒt|ƒƒ}x5t|ƒD]'}||||jo|| SqOqOW|| S(sGGiven a list of pathnames, returns the longest common leading componentR)(tmintmaxR+txrange(tmts1ts2tnR-((s#/usr/local/lib/python2.5/macpath.pyR	¯s
cCs|S(sEDummy to retain interface-compatibility with other operating systems.((R%((s#/usr/local/lib/python2.5/macpath.pyR»scCs|S(sEDummy to retain interface-compatibility with other operating systems.((R%((s#/usr/local/lib/python2.5/macpath.pyRÀst
norm_errorcBseZdZRS(sPath cannot be normalized(t__name__t
__module__t__doc__(((s#/usr/local/lib/python2.5/macpath.pyRLÄscCsd|jod|Sn|idƒ}d}x†|t|ƒdjon||djoO||ddjo:|djo ||d|d5|d}q²td‚q1|d}q1Wdi|ƒ}|ddjo8t|ƒdjo%|dt|ƒjo|d }n|S(sLNormalize a pathname.  Will return the same result for
    equivalent paths.R"iR)s+Cannot use :: immediately after volume nameiÿÿÿÿi(RR+RLR(R&tcompsR-((s#/usr/local/lib/python2.5/macpath.pyRÇs 
&

;cCs“yti|ƒ}Wntij
odSnX||||ƒxL|D]D}t||ƒ}t|ƒo"t|ƒot|||ƒqGqGWdS(sIDirectory tree walk with callback function.

    For each directory in the directory tree rooted at top (including top
    itself, but excluding '.' and '..'), call func(arg, dirname, fnames).
    dirname is the name of the directory, and fnames a list of the names of
    the files and subdirectories in dirname (excluding '.' and '..').  func
    may modify the fnames list in-place (e.g. via del or slice assignment),
    and walk will only recurse into the subdirectories whose names remain in
    fnames; this can be used to implement a filter, or to impose a specific
    order of visiting.  No semantics are defined for, or required of, arg,
    beyond that arg is always passed to func.  It can be used, e.g., to pass
    a filename pattern, or a mutable object designed to accumulate
    statistics.  Passing None for arg is common.N(R3tlistdirR5RRRR(ttoptfunctargtnamestname((s#/usr/local/lib/python2.5/macpath.pyRãs	cCs0t|ƒpttiƒ|ƒ}nt|ƒS(sReturn an absolute path.(RRR3tgetcwdR(R%((s#/usr/local/lib/python2.5/macpath.pyRýs
c	Cs©t|ƒ}yddk}Wntj
o|SnX|p|Sn|idƒ}|dd}x@|dD]4}t||ƒ}|ii|dƒdiƒ}qmW|S(NiÿÿÿÿR"ii(RR=tImportErrorRRR>tFSResolveAliasFiletas_pathname(R%R@R1tc((s#/usr/local/lib/python2.5/macpath.pyR s	#(*ROR3R4t__all__RRRRRRtNoneRRRRRRRRRRR2RR
RRRRR
RRR	RRt	ExceptionRLRRRR R0R!(((s#/usr/local/lib/python2.5/macpath.pys<module>sV
		
			
									
												

Man Man