beremiz
Clone
Summary
Browse
Changes
Graph
Runtime Quit should not crash when plc noyt stopped
2012-09-21, Edouard Tisserant
fb0b66e9b4dd
Runtime Quit should not crash when plc noyt stopped
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