Exemplo n.º 1
0
 def getLike(self, user):
     '''Returns VisionCommentLike or None'''
     return VisionCommentLike.get(self, user)
Exemplo n.º 2
0
 def getLikes(self):
     '''Returns list of VisionCommentLikes'''
     return VisionCommentLike.getLikes(self)
Exemplo n.º 3
0
 def likeCount(self):
     return VisionCommentLike.getCountForComment(self)