Current Path : /compat/linux/proc/self/root/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 |
Current File : //compat/linux/proc/self/root/usr/local/lib/python2.5/dircache.pyo |
³ò hRc @ sO d Z d d k Z d d d d g Z h a d Z d Z e Z d Z d S( së Read and cache directory listings. The listdir() routine returns a sorted list of the files in a directory, using a cache to avoid reading the directory more often than necessary. The annotate() routine appends slashes to directories.i˙˙˙˙Nt listdirt opendirt annotatet resetc C s h a d S( s Reset the cache completely.N( t cache( ( ( s$ /usr/local/lib/python2.5/dircache.pyR s c C s y t | \ } } t | =Wn t j o d g } } n Xt i | i } | | j o t i | } | i n | | f t | <| S( s% List directory contents, using cache.i˙˙˙˙( R t KeyErrort ost statt st_mtimeR t sort( t patht cached_mtimet listt mtime( ( s$ /usr/local/lib/python2.5/dircache.pyR s c C s] xV t t | D]B } t i i t i i | | | o | | d | | <q q Wd S( s Add '/' suffixes to directories.t /N( t ranget lenR R t isdirt join( t headR t i( ( s$ /usr/local/lib/python2.5/dircache.pyR "