beremiz
Clone
Summary
Browse
Changes
Graph
Separated old table debug variable panel and new graphic debug variable panel
2013-05-30, Laurent Bessard
8b4e6bd0aa92
Separated old table debug variable panel and new graphic debug variable panel
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