def get_by_id(self, id):
     return CommentData.get(id)
 def get_by_id(self, id):
     return CommentData.get(id)
Exemple #3
0
 def comment(self):
     return CommentData.get(self.id)
 def comment(self):
     return CommentData.get(self.id)