コード例 #1
0
 def get_by_id(self, id):
     return CommentData.get(id)
コード例 #2
0
 def get_by_id(self, id):
     return CommentData.get(id)
コード例 #3
0
ファイル: comp.py プロジェクト: droodle/eureka-opensource
 def comment(self):
     return CommentData.get(self.id)
コード例 #4
0
 def comment(self):
     return CommentData.get(self.id)