Beispiel #1
0
    def __init__(self, config):
        DatasetInfoSource.__init__(self, config)

        self._phedex = PhEDEx(config.phedex)
        self._dbs = RESTService(config.dbs)
Beispiel #2
0
 def __init__(self, config):
     self._dbses = []
     for name, dbsconf in config.dbses.items():
         self._dbses.append(RESTService(dbsconf))