def withCommentListener(self, commentListener):
"""Set a commentListener function. Comments will not be repeated.
http://praw.readthedocs.io/en/latest/code_overview/models/comment.html
:param commentListener: function(redditInstance, comment)
:return: self
"""
self.__commentListener = commentListener
return self
评论列表
文章目录