beremiz
Clone
Summary
Browse
Changes
Graph
memory located variables no behave like outputs, when forced
2011-05-18, Edouard Tisserant
5b1c92060fc2
memory located variables no behave like outputs, when 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