The Gaudi Framework  v32r2 (46d42edc)
root_map_dump Namespace Reference

Functions

def _help (argv)
 

Variables

 printFunc = printMaps
 
bool sysrtmap = False
 
 pattern = None
 
 opts
 
 args
 
 maps = getMaps(p, sysrtmap)
 

Function Documentation

◆ _help()

def root_map_dump._help (   argv)
private

Definition at line 10 of file root_map_dump.py.

10 def _help(argv):
11  print("""
12  %s [-h] [-s|-e|-c] [-r] [-p pattern] [listofpath]
13 
14  -h: dump this Help
15  -s: Short format print
16  -e: print Entry names only
17  -c: only Checks duplication of entries
18  -r: print also $ROOTSYS/etc/system.rootmap
19  -p: print only pattern matching (Python style) entries
20 
21  dump rootmap dictionaries informations. If no path is given, the
22  LD_LIBRARY_PATH is used. By default, prints the name of the entry,
23  its corresponding library and its block definition inside the
24  rootmap file(s) on separate lines. The output is sorted according to
25  the name of the entry. A Warning is issued if an entry appears
26  several times.
27  """ % os.path.basename(argv[0]))
28 
29 
def _help(argv)

Variable Documentation

◆ args

root_map_dump.args

Definition at line 37 of file root_map_dump.py.

◆ maps

root_map_dump.maps = getMaps(p, sysrtmap)

Definition at line 58 of file root_map_dump.py.

◆ opts

root_map_dump.opts

Definition at line 37 of file root_map_dump.py.

◆ pattern

root_map_dump.pattern = None

Definition at line 35 of file root_map_dump.py.

◆ printFunc

root_map_dump.printFunc = printMaps

Definition at line 33 of file root_map_dump.py.

◆ sysrtmap

bool root_map_dump.sysrtmap = False

Definition at line 34 of file root_map_dump.py.