beremiz
Clone
Summary
Browse
Changes
Graph
Adding support for disabling 2D and 3D graphics in DebugVariablePanel when matplotlib is not installed
2012-11-25, Laurent Bessard
baf5dbfd28f4
Adding support for disabling 2D and 3D graphics in DebugVariablePanel when matplotlib is not installed
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