Classes | |
class | dcache_file |
Functions | |
def | use_grid |
def | open |
def | readlines |
def | copy |
def | listdir |
def | exists |
def | isdir |
def | stat |
def | access |
def | walk |
def | mkdir |
def | makedirs |
def | rename |
def | remove |
def | rmdir |
def | rmtree |
def | chmod |
def | symlink |
def | readlink |
def | root_stream |
Variables | |
tuple | 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 856 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 900 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 821 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.
tuple 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.