Exemple #1
0
 def __init__(self, session, config, parent):
     self.indexes = CaselessDictionary()
     self.protocolMaps = CaselessDictionary()
     self.indexConfigs = CaselessDictionary()
     self.protocolMapConfigs = CaselessDictionary()
     self.records = {}
     Database.__init__(self, session, config, parent)
     SummaryObject.__init__(self, session, config, parent)
     if not session.database:
         session.database = self.id
 def __init__(self, session, config, parent):
     self.indexes = CaselessDictionary()
     self.protocolMaps = CaselessDictionary()
     self.indexConfigs = CaselessDictionary()
     self.protocolMapConfigs = CaselessDictionary()
     self.records = {}
     Database.__init__(self, session, config, parent)
     SummaryObject.__init__(self, session, config, parent)
     if not session.database:
         session.database = self.id
Exemple #3
0
 def __init__(self, session, config, parent=None):
     Database.__init__(self, session, config, parent=parent)
 def __init__(self, session, config, parent=None):
     Database.__init__(self, session, config, parent=parent)