beremiz
Clone
Summary
Browse
Changes
Graph
Added flush when printing to standard output.
2009-12-16, tkragelj
68375ccdf968
Added flush when printing to standard output.
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