Ejemplo n.º 1
0
 def stat(path):
     try:
         return util.cachestat(path)
     except OSError, e:
         if e.errno != errno.ENOENT:
             raise
Ejemplo n.º 2
0
 def stat(path):
     try:
         return util.cachestat(path)
     except OSError, e:
         if e.errno != errno.ENOENT:
             raise