beremiz
Clone
Summary
Browse
Changes
Graph
add more comments to svgui example
2016-10-20, Andrey Skvortsov
33e03a4b3075
add more comments to svgui example
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