beremiz
Clone
Summary
Browse
Changes
Graph
Modify search algorithm in LibraryPanel to search match in whole block name, not only at beginning
2013-04-25, Laurent Bessard
ef088254ba4b
Modify search algorithm in LibraryPanel to search match in whole block name, not only at beginning
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