beremiz
Clone
Summary
Browse
Changes
Graph
Improving support for svgui, separating setting end getting attributes functions from creating function.
2009-08-14, laurent
5c0f34a9ab00
Improving support for svgui, separating setting end getting attributes functions from creating function.
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