beremiz
Clone
Summary
Browse
Changes
Graph
Move C_ext file for merging with py_ext
2013-05-08, Laurent Bessard
a73fde048749
Move C_ext file for merging with py_ext
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