![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, prefix='root://eosatlas.cern.ch/') | |
| wrap (self, path) | |
| unwrap (self, path) | |
| exists (self, path) | |
| is_file (self, path) | |
| is_directory (self, path) | |
| children (self, path) | |
| glob (self, pattern) | |
Public Attributes | |
| prefix = prefix | |
Protected Member Functions | |
| _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 212 of file DiskUtils.py.
| python.DiskUtils.EOS.__init__ | ( | self, | |
| prefix = 'root://eosatlas.cern.ch/' ) |
Definition at line 217 of file DiskUtils.py.
|
protected |
Definition at line 245 of file DiskUtils.py.
| python.DiskUtils.EOS.children | ( | self, | |
| path ) |
Reimplemented from python.DiskUtils.Backend.
Definition at line 239 of file DiskUtils.py.
| python.DiskUtils.EOS.exists | ( | self, | |
| path ) |
Reimplemented from python.DiskUtils.Backend.
Definition at line 230 of file DiskUtils.py.
|
inherited |
Reimplemented in python.DiskUtils.Local.
Definition at line 194 of file DiskUtils.py.
| python.DiskUtils.EOS.is_directory | ( | self, | |
| path ) |
Reimplemented from python.DiskUtils.Backend.
Definition at line 236 of file DiskUtils.py.
| python.DiskUtils.EOS.is_file | ( | self, | |
| path ) |
Reimplemented from python.DiskUtils.Backend.
Definition at line 233 of file DiskUtils.py.
| python.DiskUtils.EOS.unwrap | ( | self, | |
| path ) |
Definition at line 225 of file DiskUtils.py.
| python.DiskUtils.EOS.wrap | ( | self, | |
| path ) |
Reimplemented from python.DiskUtils.Backend.
Definition at line 220 of file DiskUtils.py.
| python.DiskUtils.EOS.prefix = prefix |
Definition at line 218 of file DiskUtils.py.