beremiz
Clone
Summary
Browse
Changes
Graph
add stretching to columns Name, Type, Doc in variable panel
2017-03-03, Surkov Sergey
f4696d85552a
add stretching to columns Name, Type, Doc in variable panel
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