Classes | |
class | dcache_file |
Functions | |
def | use_grid (force=True) |
def | open (path, mode='r', buf=-1) |
def | readlines (path) |
def | copy (src, dest) |
def | listdir (path) |
def | exists (path) |
def | isdir (path) |
def | stat (path) |
def | access (path, mode) |
def | walk (top, topdown=True) |
def | mkdir (path, mode=0o777) |
def | makedirs (path, mode=0o777) |
def | rename (src, dest) |
def | remove (path) |
def | rmdir (path) |
def | rmtree (path) |
def | chmod (path, mode) |
def | symlink (src, dest) |
def | readlink (path) |
def | root_stream (path) |
Variables | |
pnfs_is_mounted = os.path.isdir('/pnfs') | |
string | prefer_grid = 'LARBATCH_GRID' |
string | debug = 'LARBATCH_DEBUG' |
def python.larbatch_posix.access | ( | path, | |
mode | |||
) |
Definition at line 538 of file larbatch_posix.py.
def python.larbatch_posix.chmod | ( | path, | |
mode | |||
) |
Definition at line 804 of file larbatch_posix.py.
def python.larbatch_posix.copy | ( | src, | |
dest | |||
) |
Definition at line 294 of file larbatch_posix.py.
def python.larbatch_posix.exists | ( | path | ) |
Definition at line 379 of file larbatch_posix.py.
def python.larbatch_posix.isdir | ( | path | ) |
Definition at line 420 of file larbatch_posix.py.
def python.larbatch_posix.listdir | ( | path | ) |
Definition at line 318 of file larbatch_posix.py.
def python.larbatch_posix.makedirs | ( | path, | |
mode = 0o777 |
|||
) |
Definition at line 658 of file larbatch_posix.py.
def python.larbatch_posix.mkdir | ( | path, | |
mode = 0o777 |
|||
) |
Definition at line 642 of file larbatch_posix.py.
def python.larbatch_posix.open | ( | path, | |
mode = 'r' , |
|||
buf = -1 |
|||
) |
Definition at line 275 of file larbatch_posix.py.
def python.larbatch_posix.readlines | ( | path | ) |
Definition at line 288 of file larbatch_posix.py.
def python.larbatch_posix.readlink | ( | path | ) |
Definition at line 853 of file larbatch_posix.py.
def python.larbatch_posix.remove | ( | path | ) |
Definition at line 715 of file larbatch_posix.py.
def python.larbatch_posix.rename | ( | src, | |
dest | |||
) |
Definition at line 682 of file larbatch_posix.py.
def python.larbatch_posix.rmdir | ( | path | ) |
Definition at line 745 of file larbatch_posix.py.
def python.larbatch_posix.rmtree | ( | path | ) |
Definition at line 758 of file larbatch_posix.py.
def python.larbatch_posix.root_stream | ( | path | ) |
Definition at line 897 of file larbatch_posix.py.
def python.larbatch_posix.stat | ( | path | ) |
Definition at line 482 of file larbatch_posix.py.
def python.larbatch_posix.symlink | ( | src, | |
dest | |||
) |
Definition at line 818 of file larbatch_posix.py.
def python.larbatch_posix.use_grid | ( | force = True | ) |
Definition at line 150 of file larbatch_posix.py.
def python.larbatch_posix.walk | ( | top, | |
topdown = True |
|||
) |
Definition at line 585 of file larbatch_posix.py.
string python.larbatch_posix.debug = 'LARBATCH_DEBUG' |
Definition at line 142 of file larbatch_posix.py.
python.larbatch_posix.pnfs_is_mounted = os.path.isdir('/pnfs') |
Definition at line 140 of file larbatch_posix.py.
string python.larbatch_posix.prefer_grid = 'LARBATCH_GRID' |
Definition at line 141 of file larbatch_posix.py.