The Gaudi Framework  v36r9p1 (5c15b2bb)
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  """
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 = getMaps(p, sysrtmap)

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 = None

Definition at line 49 of file root_map_dump.py.

◆ printFunc

root_map_dump.printFunc = printMaps

Definition at line 47 of file root_map_dump.py.

◆ sysrtmap

bool root_map_dump.sysrtmap = False

Definition at line 48 of file root_map_dump.py.

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