beremiz
Clone
Summary
Browse
Changes
Graph
rename all corresponding SFC jumps when SFC step is renamed (but only in DRIVENDRAWING_MODE)
2016-12-20, Andrey Skvortsov
f9c672ed8f9e
rename all corresponding SFC jumps when SFC step is renamed (but only in DRIVENDRAWING_MODE)
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