beremiz
Clone
Summary
Browse
Changes
Graph
Python shell and wx inspector now both available even when PLC not started
2013-03-06, Edouard Tisserant
046aeae0d71c
Python shell and wx inspector now both available even when PLC not started
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