![]() |
ATLAS Offline Software
|
: A script to check the definitions of plugins across multiple so-called 'rootmap' files More...
Go to the source code of this file.
Namespaces | |
| namespace | checkPlugins |
Functions | |
| checkPlugins._currentProject () | |
| checkPlugins.printDb (db, detailedDump=False) | |
Variables | |
| str | checkPlugins.__author__ = "Sebastien Binet" |
| dict | checkPlugins._suppression_dct |
| checkPlugins.parser = OptionParser(usage="usage: %prog [options]") | |
| checkPlugins.dest | |
| checkPlugins.default | |
| checkPlugins.help | |
| checkPlugins.action | |
| checkPlugins.options | |
| checkPlugins.args | |
| int | checkPlugins.sc = 0 |
| checkPlugins.dsoDb = Dso.DsoDb() | |
| checkPlugins.capabilities = dsoDb.capabilities(libName) | |
| checkPlugins.libName = options.capabilities | |
| checkPlugins.dups = dsoDb.duplicates(libName, pedantic = options.isPedantic) | |
| checkPlugins.entries = dsoDb.content( pedantic = options.isPedantic ) | |
| checkPlugins.libs = dsoDb.libs(options.detailedDump) | |
| list | checkPlugins.dsoFiles = [ dso for dso in dsoDb.dsoFiles] |
| checkPlugins.dsoFile | |
| list | checkPlugins.suppression_log = [] |
| checkPlugins.v = dups[k] | |
| list | checkPlugins.suppressed |
| str | checkPlugins.msg = "---> ignoring [%s]" % k |
: A script to check the definitions of plugins across multiple so-called 'rootmap' files
Definition in file checkPlugins.py.