beremiz
Clone
Summary
Browse
Changes
Graph
Adding support for displaying graphs of debugged numeric variables in 2D and 3D in DebugVariablePanel
2012-11-23, Laurent Bessard
d3c6c4ab8b28
Adding support for displaying graphs of debugged numeric variables in 2D and 3D in DebugVariablePanel
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