Variables | |
tuple | baseclass = re.compile("edm::(one::|stream::|global::)?ED(Producer|Filter|Analyzer)(Base)?") |
tuple | f = open('db.txt') |
tuple | farg = re.compile("\(.*\)") |
tuple | fields = line.split("'") |
tuple | fre = re.compile("function") |
tuple | G = nx.DiGraph() |
tuple | path = nx.shortest_path(G,tfunc,static) |
tuple | skipfunc = re.compile("(edm::(LuminosityBlock::|Run::|Event::)getBy(Label|Token))|(fwlite::|edm::EDProductGetter::getIt|edm::Event::|edm::eventsetup::EventSetupRecord::get|edm::eventsetup::DataProxy::getImpl|edm::EventPrincipal::unscheduledFill|edm::ServiceRegistry::get|edm::eventsetup::EventSetupRecord::getImplementation|edm::eventsetup::EventSetupRecord::getFromProxy|edm::eventsetup::DataProxy::get)") |
tuple | skipfuncs = set() |
tuple | statics = set() |
tuple | topfunc = re.compile("::(produce|analyze|filter|beginLuminosityBlock|beginRun)\(") |
tuple | toplevelfuncs = set() |
tuple statics.baseclass = re.compile("edm::(one::|stream::|global::)?ED(Producer|Filter|Analyzer)(Base)?") |
Definition at line 4 of file statics.py.
tuple statics.f = open('db.txt') |
Definition at line 16 of file statics.py.
tuple statics.farg = re.compile("\(.*\)") |
Definition at line 5 of file statics.py.
tuple statics.fields = line.split("'") |
Definition at line 20 of file statics.py.
tuple statics.fre = re.compile("function") |
Definition at line 6 of file statics.py.
Referenced by Entry.fill().
tuple statics.G = nx.DiGraph() |
Definition at line 14 of file statics.py.
tuple statics.path = nx.shortest_path(G,tfunc,static) |
Definition at line 41 of file statics.py.
tuple statics.skipfunc = re.compile("(edm::(LuminosityBlock::|Run::|Event::)getBy(Label|Token))|(fwlite::|edm::EDProductGetter::getIt|edm::Event::|edm::eventsetup::EventSetupRecord::get|edm::eventsetup::DataProxy::getImpl|edm::EventPrincipal::unscheduledFill|edm::ServiceRegistry::get|edm::eventsetup::EventSetupRecord::getImplementation|edm::eventsetup::EventSetupRecord::getFromProxy|edm::eventsetup::DataProxy::get)") |
Definition at line 10 of file statics.py.
tuple statics.skipfuncs = set() |
Definition at line 11 of file statics.py.
tuple statics.statics = set() |
Definition at line 8 of file statics.py.
tuple statics.topfunc = re.compile("::(produce|analyze|filter|beginLuminosityBlock|beginRun)\(") |
Definition at line 3 of file statics.py.
tuple statics.toplevelfuncs = set() |
Definition at line 9 of file statics.py.