コード例 #1
0
ファイル: foo.py プロジェクト: marchon/flylons
def get(id):
  try:
    return str(Foo.get(id))
  except Exception, e:
    print e