beremiz
Clone
Summary
Browse
Changes
Graph
More stable logging. Added small one-entry log for loading errors. Test now include python side concurrent logging
2013-01-29, Edouard Tisserant
94436558f0ce
More stable logging. Added small one-entry log for loading errors. Test now include python side concurrent logging
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