beremiz
Clone
Summary
Browse
Changes
Graph
Fix bug with representation of string variable value in DebugVariablePanel
2012-12-03, Laurent Bessard
771581a6b0be
Fix bug with representation of string variable value in DebugVariablePanel
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