Ejemplo n.º 1
0
 def __init__(self, db):
     """
     :param db: Database connection
     """
     Services.__init__(self)
     self.db = db
     self.proj = {}
     self.match_query = {}
Ejemplo n.º 2
0
 def __init__(self, db):
     """
     :param db: Database connection
     """
     Services.__init__(self)
     self.db = db
     self.proj = {}
     self.match_query = {}
Ejemplo n.º 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}
Ejemplo n.º 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
     }