def __init__(self, config, http, bot): ProtectedResource.__init__(self, http) self.dispatcher = PostReceiveDispatcher(config, bot)
def __init__(self, http, dispatcher): ProtectedResource.__init__(self, http) self.dispatcher = dispatcher
def __init__(self, http, alerter): ProtectedResource.__init__(self, http) self.alerter = alerter
def __init__(self, http, monitor): ProtectedResource.__init__(self, http) self.monitor = monitor
def __init__(self, http, watchdog): ProtectedResource.__init__(self, http) self.watchdog = watchdog