![]() |
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 212 of file DiskUtils.py.
| def python.DiskUtils.EOS.__init__ | ( | self, | |
prefix = 'root://eosatlas.cern.ch/' |
|||
| ) |
Definition at line 217 of file DiskUtils.py.
|
private |
Definition at line 245 of file DiskUtils.py.
| def python.DiskUtils.EOS.children | ( | self, | |
| path | |||
| ) |
Reimplemented from python.DiskUtils.Backend.
Definition at line 239 of file DiskUtils.py.
| def python.DiskUtils.EOS.exists | ( | self, | |
| path | |||
| ) |
|
inherited |
Reimplemented in python.DiskUtils.Local.
Definition at line 194 of file DiskUtils.py.
| def python.DiskUtils.EOS.is_directory | ( | self, | |
| path | |||
| ) |
Reimplemented from python.DiskUtils.Backend.
Definition at line 236 of file DiskUtils.py.
| def python.DiskUtils.EOS.is_file | ( | self, | |
| path | |||
| ) |
Reimplemented from python.DiskUtils.Backend.
Definition at line 233 of file DiskUtils.py.
| def python.DiskUtils.EOS.unwrap | ( | self, | |
| path | |||
| ) |
Definition at line 225 of file DiskUtils.py.
| def python.DiskUtils.EOS.wrap | ( | self, | |
| path | |||
| ) |
Reimplemented from python.DiskUtils.Backend.
Definition at line 220 of file DiskUtils.py.
| python.DiskUtils.EOS.prefix |
Definition at line 218 of file DiskUtils.py.
1.8.18