Esempio n. 1
0
 def _checkParams(self, params):
     RHPaperBase._checkParams(self, params)
     self.comment = PaperReviewComment.get_one(
         request.view_args['comment_id'], is_deleted=False)
Esempio n. 2
0
 def _process_args(self):
     RHPaperBase._process_args(self)
     self.comment = PaperReviewComment.get_one(
         request.view_args['comment_id'], is_deleted=False)
Esempio n. 3
0
 def _process_args(self):
     RHPaperBase._process_args(self)
     self.comment = PaperReviewComment.get_one(request.view_args['comment_id'], is_deleted=False)