Beispiel #1
0
 def build_profile_handler(self):
     if self.config.worker_app:
         return BaseProfileHandler(self)
     else:
         return MasterProfileHandler(self)
Beispiel #2
0
 def __init__(self, hs):
     self.profile_handler = MasterProfileHandler(hs)