Go to the source code of this file.
◆ is_lfn()
Definition at line 12 of file chain.py.
Referenced by is_pfn().
13 return fn.startswith(
"/store")
◆ is_pfn()
◆ is_rootfn()
def chain.is_rootfn |
( |
|
fn | ) |
|
To open files like root://, file:// which os.isfile won't find.
Definition at line 15 of file chain.py.
Referenced by is_pfn().
17 To open files like root://, file:// which os.isfile won't find.