beremiz
Clone
Summary
Browse
Changes
Graph
remove child node from add child node menu, if max count of the same type nodes reached
2017-05-23, Surkov Sergey
1447424a7029
remove child node from add child node menu, if max count of the same type nodes reached
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