Loading sjrpc/core/protocols/rpc.py +0 −5 Original line number Diff line number Diff line Loading @@ -28,11 +28,6 @@ class RpcCaller(object): self._protocol = protocol self._func = func # Apply the request decorator #request_decorator = connection.request_decorator #if request_decorator is not None: # self._func = request_decorator(self._func) def run(self): ''' Run the callable and return the result (or the exception) to the peer. Loading Loading
sjrpc/core/protocols/rpc.py +0 −5 Original line number Diff line number Diff line Loading @@ -28,11 +28,6 @@ class RpcCaller(object): self._protocol = protocol self._func = func # Apply the request decorator #request_decorator = connection.request_decorator #if request_decorator is not None: # self._func = request_decorator(self._func) def run(self): ''' Run the callable and return the result (or the exception) to the peer. Loading