beremiz
Clone
Summary
Browse
Changes
Graph
added memory location support to C file pluguin
2011-05-18, Edouard Tisserant
e1ef99c609eb
added memory location support to C file pluguin
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