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/ntpath.pyo

³ò
h”Rc&@s>dZddkZddkZddkZddddddd	d
ddd
ddddddddddddddddddd d!d"d#d$d%g#Zd&Zd'Zd&Zd(Zd)Z	d*Z
d+Zd,eijo
d-Znd.eijo
d*Z
nd/Z
d0„Zd1„Zd2„Zd3„Zd4„Zd5„Zd6„Zd7„Zd8„Zd9„Zd:„Zd;„Zd<„Zd=„Zd>„Zd?„ZeZd@„ZdA„Z dB„Z!dC„Z"dD„Z#dE„Z$dF„Z%yddGk&l'Z'Wne(j
odH„Z)nXdI„Z)e)Z*e+edJƒoei,ƒdKdLjZ-dS(MsCommon pathname manipulations, WindowsNT/95 version.

Instead of importing this module directly, import os and refer to this
module as os.path.
iÿÿÿÿNtnormcasetisabstjoint
splitdrivetsplittsplitexttbasenametdirnametcommonprefixtgetsizetgetmtimetgetatimetgetctimetislinktexiststlexiststisdirtisfiletismounttwalkt
expandusert
expandvarstnormpathtabspathtsplitunctcurdirtpardirtseptpathseptdefpathtaltseptextseptdevnulltrealpathtsupports_unicode_filenamest.s..s\t;t/s.;C:\bintces\Windowstos2tnulcCs|iddƒiƒS(saNormalize case of pathname.

    Makes all characters lowercase and all slashes into backslashes.R%s\(treplacetlower(ts((s"/usr/local/lib/python2.5/ntpath.pyR&scCs+t|ƒd}|djo|d djS(sTest whether a path is absoluteits/\(R(R+((s"/usr/local/lib/python2.5/ntpath.pyR3scGsw|}xj|D]b}d}|djo
d}n…t|ƒow|dd!djp|dd!djo
d}q´t|ƒdjp$t|ƒdjo|ddjo
d}q´n|o
|}q
|ddjo8|o#|ddjo||d7}qo||7}q
|ddjo||7}q
|o1|ddjo||7}qo|d	|7}q
|d	7}q
W|S(
s=Join two or more pathname components, inserting "\" as needediR,iit:iiÿÿÿÿs/\s\(Rtlen(tatptpathtbtb_wins((s"/usr/local/lib/python2.5/ntpath.pyR;s4


	(
&
cCs7|dd!djo|dd!|dfSnd|fS(slSplit a pathname into drive and path specifiers. Returns a 2-tuple
"(drive,path)";  either part may be emptyiiR-iR,((R0((s"/usr/local/lib/python2.5/ntpath.pyRtscCsÕ|dd!djod|fSn|dd!}|djp
|djo‚t|ƒ}|iddƒ}|d	jod|fSn|id|dƒ}|d	jot|ƒ}n|| ||fSnd|fS(
s@Split a pathname into UNC mount point and relative path specifiers.

    Return a 2-tuple (unc, rest); either part may be empty.
    If unc is not empty, it has the form '//host/mount' (or similar
    using backslashes).  unc+rest is always the input path.
    Paths containing drive letters never have an UNC part.
    iiR-R,is//s\\s\iÿÿÿÿ(RtfindR.(R0tfirstTwotnormptindex((s"/usr/local/lib/python2.5/ntpath.pyR}s


cCs¬t|ƒ\}}t|ƒ}x+|o#||ddjo|d}q!W|| ||}}|}x'|o|ddjo|d }qjW|p|}|||fS(s~Split a pathname.

    Return tuple (head, tail) where tail is everything after the final slash.
    Either part may be empty.is/\iÿÿÿÿ(RR.(R0tdtitheadttailthead2((s"/usr/local/lib/python2.5/ntpath.pyRžs
cCs[|idƒ}|t|idƒ|idƒƒjo|dfSn|| ||fSdS(s‘Split the extension from a pathname.

    Extension is everything from the last dot to the end.
    Return (root, ext), either part may be empty.R#R%s\R,N(trfindtmax(R0R9((s"/usr/local/lib/python2.5/ntpath.pyR·s(cCst|ƒdS(s)Returns the final component of a pathnamei(R(R0((s"/usr/local/lib/python2.5/ntpath.pyRÆscCst|ƒdS(s-Returns the directory component of a pathnamei(R(R0((s"/usr/local/lib/python2.5/ntpath.pyRÍscCs‚|pdSnt|ƒ}t|ƒ}tt|ƒt|ƒƒ}x5t|ƒD]'}||||jo|| SqOqOW|| S(sGGiven a list of pathnames, returns the longest common leading componentR,(tminR>R.txrange(tmts1ts2tnR9((s"/usr/local/lib/python2.5/ntpath.pyRÔs
cCsti|ƒiS(s0Return the size of a file, reported by os.stat()(toststattst_size(tfilename((s"/usr/local/lib/python2.5/ntpath.pyR	âscCsti|ƒiS(sBReturn the last modification time of a file, reported by os.stat()(RERFtst_mtime(RH((s"/usr/local/lib/python2.5/ntpath.pyR
æscCsti|ƒiS(s<Return the last access time of a file, reported by os.stat()(RERFtst_atime(RH((s"/usr/local/lib/python2.5/ntpath.pyRêscCsti|ƒiS(s:Return the creation time of a file, reported by os.stat().(RERFtst_ctime(RH((s"/usr/local/lib/python2.5/ntpath.pyRîscCstS(s=Test for symbolic link.  On WindowsNT/95 always returns false(tFalse(R1((s"/usr/local/lib/python2.5/ntpath.pyR
õscCs4yti|ƒ}Wntij
otSnXtS(sTest whether a path exists(RERFterrorRLtTrue(R1tst((s"/usr/local/lib/python2.5/ntpath.pyRüs
	cCs@yti|ƒ}Wntij
otSnXti|iƒS(s"Test whether a path is a directory(RERFRMRLtS_ISDIRtst_mode(R1RO((s"/usr/local/lib/python2.5/ntpath.pyRs
	cCs@yti|ƒ}Wntij
otSnXti|iƒS(s%Test whether a path is a regular file(RERFRMRLtS_ISREGRQ(R1RO((s"/usr/local/lib/python2.5/ntpath.pyRs
	cCsXt|ƒ\}}|o|djSnt|ƒd}t|ƒdjo|ddjS(s?Test whether a path is a mount point (defined as root of drive)R,R%s\iis/\(R,R%s\(RRR.(R1tunctrestR0((s"/usr/local/lib/python2.5/ntpath.pyR$s
cCsœyti|ƒ}Wntij
odSnX||||ƒd}xO|D]G}||jo4t||ƒ}t|ƒot|||ƒq”qMqMWdS(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.NR#s..(R#s..(REtlistdirRMRRR(ttoptfunctargtnamest
exceptionstname((s"/usr/local/lib/python2.5/ntpath.pyR5s	

cCsù|d djo|Sndt|ƒ}}x-||jo||djo|d}q/W|djo€dtijotid}qídtijo|Sqíytid}Wntj
o
d}nXt|tidƒ}n|S|||S(sLExpand ~ and ~user constructs.

    If user or $HOME is unknown, do nothing.it~s/\tHOMEtHOMEPATHt	HOMEDRIVER,(R.REtenvirontKeyErrorR(R1R9RDtuserhometdrive((s"/usr/local/lib/python2.5/ntpath.pyRZs$
cCs•d|jo|Snddk}|i|id}d}d}t|ƒ}xA||jo3||}|djoq||d}t|ƒ}y)|idƒ}|d||d }Wq‚tj
o||}|d}q‚Xnž|djo†||d|d	!djo||}|d}q‚||d|d	!d
joŠ||d	}t|ƒ}yB|idƒ}|| }|tijo|ti|}nWqttj
o||}|d}qtXq‚d}|d}|||d!}xD|djo6||jo)||}|d}|||d!}qðW|tijo|ti|}n|djo||}q‚n||}|d}qPW|S(sZExpand shell variables of form $var and ${var}.

    Unknown variables are left unchanged.t$iÿÿÿÿNs_-R,is'iit{t}(tstringt
ascii_letterstdigitsR.R7t
ValueErrorRER`(R1RgtvarcharstresR7tpathlentctvar((s"/usr/local/lib/python2.5/ntpath.pyR|sb













cCs |iddƒ}t|ƒ\}}|djo1x[|d djo|d}|d}q4Wn.|idƒo|d}|idƒ}n|idƒ}d}xÇ|t|ƒjo³||djo||=q§||djox|djo5||ddjo ||d|d5|d8}qi|djo|idƒo||=qi|d7}q§|d7}q§W|o|o|idƒn|di|ƒS(	s0Normalize path, eliminating double slashes, etc.R%s\R,iiR#s..(R#R,(	R)Rt
startswithtlstripRR.tendswithtappendR(R1tprefixtcompsR9((s"/usr/local/lib/python2.5/ntpath.pyR·s6



"(t_getfullpathnamecCs0t|ƒpttiƒ|ƒ}nt|ƒS(s&Return the absolute version of a path.(RRREtgetcwdR(R1((s"/usr/local/lib/python2.5/ntpath.pyRès
cCsG|o*yt|ƒ}Wq=tj
oq=Xn
tiƒ}t|ƒS(s&Return the absolute version of a path.(RvtWindowsErrorRERwR(R1((s"/usr/local/lib/python2.5/ntpath.pyRïs	tgetwindowsversionii(.t__doc__RERFtsyst__all__RRRRRRRtbuiltin_module_namesR RRRRRRRRRRR	R
RRR
RRRRRRRRRtntRvtImportErrorRR!thasattrRyR"(((s"/usr/local/lib/python2.5/ntpath.pys<module>sj

	
		9			!												
			%	"	;	-	


Man Man