🐐 GOAT Shell

Current path: home/fresvfqn/waterdamagerestorationgerritsenbeach.com/



⬆️ Go up: fresvfqn

πŸ“„ Viewing: macpath.pyc.tar

lib64/python2.7/macpath.pyc000064400000017001150533201550011364 0ustar00οΏ½
zfc!@sοΏ½dZddlZddlZddlTddlZddlTddlmZddddd	d
ddd
ddddddddddddddddddd d!d"d#d$d%g!Zd&Zd'Zd(Z	d&Z
d)Zd&ZdZd*Zd+οΏ½Zd,οΏ½Zd-οΏ½Zd.οΏ½Zd/οΏ½Zejje_d0οΏ½Zd1οΏ½Zd2οΏ½Zd3οΏ½Zd4οΏ½Zd5οΏ½Zd6οΏ½Zd7οΏ½Zd8efd9οΏ½οΏ½YZd:οΏ½Z d;οΏ½Z!d<οΏ½Z"d=οΏ½Z#e$Z%dS(>s7Pathname and path-related operations for the Macintosh.iοΏ½οΏ½οΏ½οΏ½N(t*(t_unicodetnormcasetisabstjoint
splitdrivetsplittsplitexttbasenametdirnametcommonprefixtgetsizetgetmtimetgetatimetgetctimetislinktexiststlexiststisdirtisfiletwalkt
expandusert
expandvarstnormpathtabspathtcurdirtpardirtseptpathseptdefpathtaltseptextseptdevnulltrealpathtsupports_unicode_filenamest:s::t.s
sDev:NullcCs
|jοΏ½S(N(tlower(tpath((s/usr/lib64/python2.7/macpath.pyRscCsd|ko|ddkS(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/lib64/python2.7/macpath.pyR!scGsοΏ½|}xοΏ½|D]οΏ½}|s&t|οΏ½r2|}q
n|d dkrO|d}nd|krhd|}n|ddkrοΏ½|d}n||}q
W|S(NiR#iοΏ½οΏ½οΏ½οΏ½(R(R'tpR&tt((s/usr/lib64/python2.7/macpath.pyR+s



cCsοΏ½d|krd|fSd}x7tt|οΏ½οΏ½D]#}||dkr/|d}q/q/W||d ||}}|rοΏ½d|krοΏ½|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/lib64/python2.7/macpath.pyR;s

cCstj|tttοΏ½S(N(tgenericpatht	_splitextRRR(R(((s/usr/lib64/python2.7/macpath.pyRJscCs
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/lib64/python2.7/macpath.pyRNscCst|οΏ½dS(Ni(R(R'((s/usr/lib64/python2.7/macpath.pyR	ZR*cCst|οΏ½dS(Ni(R(R'((s/usr/lib64/python2.7/macpath.pyR[R*cCs<t|οΏ½stSt|οΏ½}t|οΏ½dko;|ddkS(NiiR*(RtFalseRR,(R't
components((s/usr/lib64/python2.7/macpath.pytismount]scCs6y'ddl}|jj|dοΏ½dSWntSXdS(s6Return true if the pathname refers to a symbolic link.iοΏ½οΏ½οΏ½οΏ½Nii(tCarbon.FiletFiletResolveAliasFileR2(R'tCarbon((s/usr/lib64/python2.7/macpath.pyRcs
cCs/ytj|οΏ½}Wntjk
r*tSXtS(sCTest whether a path exists.  Returns True for broken symbolic links(tostlstatterrorR2tTrue(R&tst((s/usr/lib64/python2.7/macpath.pyRos
cCs|S(sEDummy to retain interface-compatibility with other operating systems.((R&((s/usr/lib64/python2.7/macpath.pyRxscCs|S(sEDummy to retain interface-compatibility with other operating systems.((R&((s/usr/lib64/python2.7/macpath.pyR}st
norm_errorcBseZdZRS(sPath cannot be normalized(t__name__t
__module__t__doc__(((s/usr/lib64/python2.7/macpath.pyR>οΏ½scCsd|krd|S|jdοΏ½}d}x|t|οΏ½dkrοΏ½||dkrοΏ½||ddkrοΏ½|dkrοΏ½||d|d5|d}qοΏ½tdοΏ½q,|d}q,Wdj|οΏ½}|ddkrοΏ½t|οΏ½dkrοΏ½|dt|οΏ½krοΏ½|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,R>R(R'tcompsR.((s/usr/lib64/python2.7/macpath.pyRοΏ½s$
8
cCsοΏ½tjdddοΏ½ytj|οΏ½}Wntjk
r=dSX||||οΏ½xI|D]A}t||οΏ½}t|οΏ½rUt|οΏ½rUt|||οΏ½qUqUWdS(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.s4In 3.x, os.path.walk is removed in favor of os.walk.t
stackleveliN(	twarningstwarnpy3kR9tlistdirR;RRRR(ttoptfunctargtnamestname((s/usr/lib64/python2.7/macpath.pyRοΏ½s
cCsRt|οΏ½sHt|tοΏ½r*tjοΏ½}ntjοΏ½}t||οΏ½}nt|οΏ½S(sReturn an absolute path.(Rt
isinstanceRR9tgetcwdutgetcwdRR(R&tcwd((s/usr/lib64/python2.7/macpath.pyRοΏ½scCsοΏ½t|οΏ½}yddl}Wntk
r0|SX|s;|S|jdοΏ½}|dd}x^|dD]R}t||οΏ½}y#|jj|dοΏ½djοΏ½}Wqc|jjk
rοΏ½qcXqcW|S(NiοΏ½οΏ½οΏ½οΏ½R#ii(	RR5tImportErrorRRR6tFSResolveAliasFiletas_pathnametError(R&R8R3tc((s/usr/lib64/python2.7/macpath.pyR!οΏ½s 
#(&RAR9RDtstatR0Rt__all__RRRRRRtNoneRR RRRRRR1RR	RR4RRRRt	ExceptionR>RRRR!R<R"(((s/usr/lib64/python2.7/macpath.pyt<module>sP

		
																


πŸ“€ Upload File


πŸ“ Create Folder