Пример #1
0
 def get_comment(self, comment_id):
     comment = ArticleComment.get_and_confirm_article(self, comment_id)
     if not comment.is_usable():
         raise CommentNotExsit
     return comment