beremiz
Clone
Summary
Browse
Changes
Graph
Catch Pyro exception when connection closed and print message
2009-12-09, laurent
2e0fe44044b3
Catch Pyro exception when connection closed and print message
from pyjs.jsonrpc import JSONRPCServiceBase
class JSONRPCService(JSONRPCServiceBase):
def serve(self):
return self.process(request.body.read())
def __call__(self,func):
self.methods[func.__name__]=func
return func