ATLAS Offline Software
|
Public Member Functions | |
def | __init__ (self, prefix='root://eosatlas.cern.ch/') |
def | wrap (self, path) |
def | unwrap (self, path) |
def | exists (self, path) |
def | is_file (self, path) |
def | is_directory (self, path) |
def | children (self, path) |
def | glob (self, pattern) |
Public Attributes | |
prefix | |
Private Member Functions | |
def | _call (self, *args) |
Accesses EOS using the command line interface. NB: when EOS is fuse-mounted on /eos this class is not really necessary.
Definition at line 241 of file DiskUtils.py.
def python.DiskUtils.EOS.__init__ | ( | self, | |
prefix = 'root://eosatlas.cern.ch/' |
|||
) |
Definition at line 246 of file DiskUtils.py.
|
private |
Definition at line 274 of file DiskUtils.py.
def python.DiskUtils.EOS.children | ( | self, | |
path | |||
) |
Reimplemented from python.DiskUtils.Backend.
Definition at line 268 of file DiskUtils.py.
def python.DiskUtils.EOS.exists | ( | self, | |
path | |||
) |
|
inherited |
Reimplemented in python.DiskUtils.Local.
Definition at line 223 of file DiskUtils.py.
def python.DiskUtils.EOS.is_directory | ( | self, | |
path | |||
) |
Reimplemented from python.DiskUtils.Backend.
Definition at line 265 of file DiskUtils.py.
def python.DiskUtils.EOS.is_file | ( | self, | |
path | |||
) |
Reimplemented from python.DiskUtils.Backend.
Definition at line 262 of file DiskUtils.py.
def python.DiskUtils.EOS.unwrap | ( | self, | |
path | |||
) |
Definition at line 254 of file DiskUtils.py.
def python.DiskUtils.EOS.wrap | ( | self, | |
path | |||
) |
Reimplemented from python.DiskUtils.Backend.
Definition at line 249 of file DiskUtils.py.
python.DiskUtils.EOS.prefix |
Definition at line 247 of file DiskUtils.py.