![]() |
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 240 of file DiskUtils.py.
def python.DiskUtils.EOS.__init__ | ( | self, | |
prefix = 'root://eosatlas.cern.ch/' |
|||
) |
Definition at line 245 of file DiskUtils.py.
|
private |
Definition at line 273 of file DiskUtils.py.
def python.DiskUtils.EOS.children | ( | self, | |
path | |||
) |
Reimplemented from python.DiskUtils.Backend.
Definition at line 267 of file DiskUtils.py.
def python.DiskUtils.EOS.exists | ( | self, | |
path | |||
) |
|
inherited |
Reimplemented in python.DiskUtils.Local.
Definition at line 222 of file DiskUtils.py.
def python.DiskUtils.EOS.is_directory | ( | self, | |
path | |||
) |
Reimplemented from python.DiskUtils.Backend.
Definition at line 264 of file DiskUtils.py.
def python.DiskUtils.EOS.is_file | ( | self, | |
path | |||
) |
Reimplemented from python.DiskUtils.Backend.
Definition at line 261 of file DiskUtils.py.
def python.DiskUtils.EOS.unwrap | ( | self, | |
path | |||
) |
Definition at line 253 of file DiskUtils.py.
def python.DiskUtils.EOS.wrap | ( | self, | |
path | |||
) |
Reimplemented from python.DiskUtils.Backend.
Definition at line 248 of file DiskUtils.py.
python.DiskUtils.EOS.prefix |
Definition at line 246 of file DiskUtils.py.