def not_found(self, *kargs, **kwargs): """Defines the handler that should handle not found requests against this API""" kwargs['api'] = self.api return not_found(*kargs, **kwargs)