beremiz
Clone
Summary
Browse
Changes
Graph
change structure of filename for bug reports in Beremiz and
2017-07-14, Andrey Skvortsov
703ddaf48b00
change structure of filename for bug reports in Beremiz and
PLCOpenEditor so bug reports could be easily sorted by name
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