コード例 #1
0
ファイル: resources.py プロジェクト: ifhuang/open-hackathon
 def get(self):
     context = self.context()
     return report_health(context.get("q"))
コード例 #2
0
ファイル: resources.py プロジェクト: ranlee/open-hackathon
 def get(self):
     context = self.context()
     return report_health(context.get("q"))