beremiz
Clone
Summary
Browse
Changes
Graph
Changed python_gear ratio type from USINT to UINT, less restrictive regarding range
2014-03-17, Edouard Tisserant
4c130dba8366
Changed python_gear ratio type from USINT to UINT, less restrictive regarding range
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