ATLAS Offline Software
Loading...
Searching...
No Matches
find_data Namespace Reference

Functions

 usage ()

Variables

str __doc__
 full = find_files_env(data,'DATAPATH')

Function Documentation

◆ usage()

find_data.usage ( )

Definition at line 10 of file find_data.py.

10def usage():
11 use = "usage: %s <file> [file]" % os.path.basename(sys.argv[0])
12 print (use + os.linesep*2 + __doc__)
13
StatusCode usage()

Variable Documentation

◆ __doc__

str find_data.__doc__
private
Initial value:
1= """Print the full path of files as found in DATAPATH.
2Wildcards are accepted, in which case all (first) matches are printed.
3If no match if found, nothing is printed."""

Definition at line 6 of file find_data.py.

◆ full

find_data.full = find_files_env(data,'DATAPATH')

Definition at line 26 of file find_data.py.