beremiz
Clone
Summary
Browse
Changes
Graph
fix problem with initial values for array of structures
2017-06-08, Andrey Skvortsov
72286367d0fd
fix problem with initial values for array of structures
for structures wrong empty repetition attributes were generated
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