The Gaudi Framework  master (37c0b60a)
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 19 of file root_map_dump.py.

19 def _help(argv):
20  print(
21  """
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  """
38  % os.path.basename(argv[0])
39  )
40 
41 

Variable Documentation

◆ args

root_map_dump.args

Definition at line 50 of file root_map_dump.py.

◆ maps

root_map_dump.maps

Definition at line 72 of file root_map_dump.py.

◆ opts

root_map_dump.opts

Definition at line 50 of file root_map_dump.py.

◆ pattern

root_map_dump.pattern

Definition at line 48 of file root_map_dump.py.

◆ printFunc

root_map_dump.printFunc

Definition at line 46 of file root_map_dump.py.

◆ sysrtmap

root_map_dump.sysrtmap

Definition at line 47 of file root_map_dump.py.

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