コード例 #1
0
ファイル: articles.py プロジェクト: ICCV/prometheus
 def get_comment(self, comment_id):
     comment = ArticleComment.get_and_confirm_article(self, comment_id)
     if not comment.is_usable():
         raise CommentNotExsit
     return comment