コード例 #1
0
 def WSSectionGetall(self, data):
     root = Section.getAll()
     j = to_json(sections)
     return ['section-list', j]
コード例 #2
0
ファイル: handlers.py プロジェクト: Nico0084/domoweb
 def WSSectionGetall(self, data):
     root = Section.getAll()
     j = to_json(sections)
     return ['section-list', j]