The Gaudi Framework  v37r1 (a7f61348)
root_map_dump Namespace Reference

Functions

def _help (argv)
 

Variables

 printFunc
 
 sysrtmap
 
 pattern
 
 opts
 
 args
 
 maps
 

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

Variable Documentation

◆ args

root_map_dump.args

Definition at line 51 of file root_map_dump.py.

◆ maps

root_map_dump.maps

Definition at line 73 of file root_map_dump.py.

◆ opts

root_map_dump.opts

Definition at line 51 of file root_map_dump.py.

◆ pattern

root_map_dump.pattern

Definition at line 49 of file root_map_dump.py.

◆ printFunc

root_map_dump.printFunc

Definition at line 47 of file root_map_dump.py.

◆ sysrtmap

root_map_dump.sysrtmap

Definition at line 48 of file root_map_dump.py.

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