Example #1
0
    def api(self, **kw):
        self._decorators.update(set(kw.pop('decorators', [])))

        return Service.api(self, **kw)