beremiz
Clone
Summary
Browse
Changes
Graph
Added support for zooming graph so that it fits canvas size in Debug Variable Panel
2013-06-19, Laurent Bessard
fae0809eae98
Added support for zooming graph so that it fits canvas size in 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