beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug when typing and caret is at last test position in CodeFileEditor
2013-05-16, Laurent Bessard
b1c84771e1cf
Fixed bug when typing and caret is at last test position in CodeFileEditor
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