beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug when transferring program and a output located variable is forced
2013-05-02, Laurent Bessard
5cd1f8df71aa
Fixed bug when transferring program and a output located variable is forced
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