예제 #1
0
 def get_by_id(self, id):
     return CommentData.get(id)
 def get_by_id(self, id):
     return CommentData.get(id)
예제 #3
0
 def comment(self):
     return CommentData.get(self.id)
예제 #4
0
 def comment(self):
     return CommentData.get(self.id)