示例#1
0
 def __init__(self, db):
     """
     :param db: Database connection
     """
     Services.__init__(self)
     self.db = db
     self.proj = {}
     self.match_query = {}
示例#2
0
 def __init__(self, db):
     """
     :param db: Database connection
     """
     Services.__init__(self)
     self.db = db
     self.proj = {}
     self.match_query = {}
示例#3
0
 def __init__(self, db):
     """
     :param db: Database connection
     """
     Services.__init__(self)
     self.db = db
     self.proj = {}
     self.filter_query = {'status': 1, 'temporary': False}
     self.trial_watch_query = {'status': 1, 'temporary': False, 'trial_watch': True}
示例#4
0
 def __init__(self, db):
     """
     :param db: Database connection
     """
     Services.__init__(self)
     self.db = db
     self.proj = {}
     self.filter_query = {'status': 1, 'temporary': False}
     self.trial_watch_query = {
         'status': 1,
         'temporary': False,
         'trial_watch': True
     }