コード例 #1
0
ファイル: api.py プロジェクト: ericpauley/ama.io
 def wrap_view(self, view):
     return cache_page(Resource.wrap_view(self, view),timeout=60)