Server: appserver-7f0f8755-nginx-15961cad18524ec5a9db05f2a6a7e440
Current directory: /usr/lib/python2.7
Software: nginx/1.27.5
Shell Command
Create a new file
Upload file
File: genericpath.pyc
� ӫ[c @ s� d Z d d l Z d d l Z d d d d d d d d g Z y e Z Wn' e k ro d e f d � � YZ n Xd � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d S( 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����Nt commonprefixt existst getatimet getctimet getmtimet getsizet isdirt isfilet _unicodec B s e Z RS( ( t __name__t __module__( ( ( s! /usr/lib/python2.7/genericpath.pyR s c C s- y t j | � Wn t j k r( t SXt S( sD Test whether a path exists. Returns False for broken symbolic links( t ost statt errort Falset True( t path( ( s! /usr/lib/python2.7/genericpath.pyR s c C s; y t j | � } Wn t j k r* t SXt j | j � S( s% Test whether a path is a regular file( R R R R t S_ISREGt st_mode( R t st( ( s! /usr/lib/python2.7/genericpath.pyR " s c C s; y t j | � } Wn t j k r* t SXt j | j � S( s<