beremiz
Clone
Summary
Browse
Changes
Graph
fixed greg's crap in win32, enhanced debug stability, implemented preliminary retain
2009-12-09, edouard
bc26c42d2eec
fixed greg's crap in win32, enhanced debug stability, implemented preliminary retain
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