コード例 #1
0
ファイル: api.py プロジェクト: Shivam008/playground
 def get(self, host):
     return list(s.data for s in Service.get_by_host(host))