beremiz
Clone
Summary
Browse
Changes
Graph
Fixing bug in forcing variables in runtime debug thread
2011-12-09, laurent
c48023b6f0ec
Fixing bug in forcing variables in runtime debug thread
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