ATLAS Offline Software
Classes | Namespaces | Functions | Variables
fileutil.py File Reference

Go to the source code of this file.

Classes

class  python.fileutil.AccessType
 
class  python.fileutil.Tee
 

Namespaces

 python.fileutil
 

Functions

def python.fileutil.retry_function_time (func, args, retryException, retryMaxTime=defaultRetryMaxTime, retryStartTime=defaultRetryMaxTime)
 
def python.fileutil.retry_file_access (func, args, retryException=OSError, retryMaxTime=defaultRetryMaxTime, retryStartTime=defaultRetryMaxTime)
 
def python.fileutil.get_access_type (filename)
 
def python.fileutil.exists (filename)
 
def python.fileutil.getsize (filename)
 
def python.fileutil.getmtime (filename)
 
def python.fileutil.listdir (filename)
 
def python.fileutil.stat (filename)
 
def python.fileutil.lstat (filename)
 
def python.fileutil.access (filename, mode)
 
def python.fileutil.remove (filename)
 
def python.fileutil.exists_suffix (filename, suffixRE)
 
def python.fileutil.exists_suffix_number (filename)
 
def python.fileutil.mode_string (filename)
 
def python.fileutil.mode_to_string (mode)
 

Variables

 python.fileutil.__doc__
 
 python.fileutil.__all__
 
 python.fileutil.defaultRetryMaxTime
 
 python.fileutil.defaultRetryStartTime
 
 python.fileutil.IO_LOCAL
 
 python.fileutil.IO_RFIO
 
 python.fileutil.IO_CASTOR
 
 python.fileutil.IO_XROOTD
 
 python.fileutil.IO_LFN
 
 python.fileutil._accessTypes