beremiz
Clone
Summary
Browse
Changes
Graph
Added support for displaying string variables variations in a graph and cursor on graphs
2013-02-05, Laurent Bessard
5f2cc382be8c
Added support for displaying string variables variations in a graph and cursor on graphs
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