beremiz
Clone
Summary
Browse
Changes
Graph
by default init input and output in step sfc block, and output for initial step sfc block
2016-12-08, Sergey Surkov
466c26b0cfc2
by default init input and output in step sfc block, and output for initial step sfc block
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