Classes | Namespaces | Functions | Variables
larbatch_posix.py File Reference

Go to the source code of this file.

Classes

class  python.larbatch_posix.dcache_file
 

Namespaces

 python.larbatch_posix
 

Functions

def python.larbatch_posix.use_grid (force=True)
 
def python.larbatch_posix.open (path, mode='r', buf=-1)
 
def python.larbatch_posix.readlines (path)
 
def python.larbatch_posix.copy (src, dest)
 
def python.larbatch_posix.listdir (path)
 
def python.larbatch_posix.exists (path)
 
def python.larbatch_posix.isdir (path)
 
def python.larbatch_posix.stat (path)
 
def python.larbatch_posix.access (path, mode)
 
def python.larbatch_posix.walk (top, topdown=True)
 
def python.larbatch_posix.mkdir (path, mode=0o777)
 
def python.larbatch_posix.makedirs (path, mode=0o777)
 
def python.larbatch_posix.rename (src, dest)
 
def python.larbatch_posix.remove (path)
 
def python.larbatch_posix.rmdir (path)
 
def python.larbatch_posix.rmtree (path)
 
def python.larbatch_posix.chmod (path, mode)
 
def python.larbatch_posix.symlink (src, dest)
 
def python.larbatch_posix.readlink (path)
 
def python.larbatch_posix.root_stream (path)
 

Variables

 python.larbatch_posix.pnfs_is_mounted = os.path.isdir('/pnfs')
 
string python.larbatch_posix.prefer_grid = 'LARBATCH_GRID'
 
string python.larbatch_posix.debug = 'LARBATCH_DEBUG'