Beispiel #1
0
    def comments(self, maxComments):
        '''Get recent comments for this vision with privileges of 'user'.

        If 'user' == None, then act as if public is viewing comments.
        maxComments should be > 0 and < 1000.
        '''
        return VisionCommentList.getFromVision(self, maxComments)