The Gaudi Framework  v36r1 (3e2fb5a8)
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 20 of file root_map_dump.py.

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

Variable Documentation

◆ args

root_map_dump.args

Definition at line 47 of file root_map_dump.py.

◆ maps

root_map_dump.maps = getMaps(p, sysrtmap)

Definition at line 68 of file root_map_dump.py.

◆ opts

root_map_dump.opts

Definition at line 47 of file root_map_dump.py.

◆ pattern

root_map_dump.pattern = None

Definition at line 45 of file root_map_dump.py.

◆ printFunc

root_map_dump.printFunc = printMaps

Definition at line 43 of file root_map_dump.py.

◆ sysrtmap

bool root_map_dump.sysrtmap = False

Definition at line 44 of file root_map_dump.py.

root_map_dump._help
def _help(argv)
Definition: root_map_dump.py:20