beremiz
Clone
Summary
Browse
Changes
Graph
Move GraphButton from DebugVariableGraphicPanel to separate file
2013-05-30, Laurent Bessard
fc0e7d80494f
Move GraphButton from DebugVariableGraphicPanel to separate file
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