beremiz
Clone
Summary
Browse
Changes
Graph
Removed obsolete functions for extracting values for xml dom tree and generating xml string
2013-09-03, Laurent Bessard
908a5803c2cc
Removed obsolete functions for extracting values for xml dom tree and generating xml string
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